summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseAdrian Hunter2019-03-011-19/+31
* perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter2019-03-011-5/+9
* perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter2019-03-011-1/+1
* perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter2019-03-011-4/+8
* perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-015-13/+35
* perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-011-0/+2
* perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter2019-03-011-1/+2
* perf time-utils: Refactor time range parsing codeJin Yao2019-03-014-62/+72
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-02-281-1/+1
* perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo2019-02-281-3/+6
* Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-2837-390/+945
|\
| * perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones2019-02-251-10/+12
| * perf script python: Add Python3 support to syscall-counts.pyTony Jones2019-02-251-8/+10
| * perf script python: Add Python3 support to stat-cpi.pyTony Jones2019-02-251-4/+6
| * perf script python: Add Python3 support to stackcollapse.pyTony Jones2019-02-251-3/+4
| * perf script python: Add Python3 support to sctop.pyTony Jones2019-02-251-8/+16
| * perf script python: Add Python3 support to powerpc-hcalls.pyTony Jones2019-02-251-8/+10
| * perf script python: Add Python3 support to net_dropmonitor.pyTony Jones2019-02-251-4/+6
| * perf script python: Add Python3 support to mem-phys-addr.pyTony Jones2019-02-251-10/+14
| * perf script python: Add Python3 support to failed-syscalls-by-pid.pyTony Jones2019-02-251-10/+11
| * perf script python: Add Python3 support to netdev-times.pyTony Jones2019-02-251-40/+42
| * perf tools: Add perf_exe() helper to find perf binaryAndi Kleen2019-02-253-9/+15
| * perf script: Handle missing fields with -F +..Andi Kleen2019-02-251-3/+7
| * perf data: Add perf_data__open_dir_data functionJiri Olsa2019-02-252-0/+60
| * perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa2019-02-252-0/+55
| * perf data: Fail check_backup in case of errorJiri Olsa2019-02-251-3/+18
| * perf data: Make check_backup work over directoriesJiri Olsa2019-02-251-4/+7
| * perf tools: Add rm_rf_perf_data functionJiri Olsa2019-02-252-0/+12
| * perf tools: Add pattern name checking to rm_rfJiri Olsa2019-02-251-3/+33
| * perf tools: Add depth checking to rm_rfJiri Olsa2019-02-251-2/+12
| * perf data: Add global path holderJiri Olsa2019-02-2221-93/+87Star
| * perf data: Move size to struct perf_data_fileJiri Olsa2019-02-223-6/+5Star
| * perf scripts python: exported-sql-viewer.py: Add top calls reportAdrian Hunter2019-02-221-6/+135
| * perf scripts python: exported-sql-viewer.py: Remove no selection errorAdrian Hunter2019-02-221-3/+0Star
| * perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemAdrian Hunter2019-02-221-221/+0Star
| * perf scripts python: exported-sql-viewer.py: Create new dialog data item classesAdrian Hunter2019-02-221-13/+272
| * perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsAdrian Hunter2019-02-221-8/+8
| * perf scripts python: exported-sql-viewer.py: Factor out ReportVarsAdrian Hunter2019-02-221-14/+23
| * perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBaseAdrian Hunter2019-02-221-17/+30
| * perf scripts python: exported-sql-viewer.py: Move column headersAdrian Hunter2019-02-221-12/+13
| * perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...Adrian Hunter2019-02-221-1/+12
| * perf scripts python: exported-sql-viewer.py: Remove leftover debugging printsAdrian Hunter2019-02-221-7/+0Star
| * perf scripts python: exported-sql-viewer.py: Fix missing shebangAdrian Hunter2019-02-221-0/+1
| * perf thread-stack: Hide x86 retpolinesAdrian Hunter2019-02-221-3/+109
| * perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter2019-02-221-3/+46
| * perf annotate: Fix getting source line failureWei Li2019-02-211-2/+2
* | Merge tag 'perf-core-for-mingo-5.1-20190220' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-2821-256/+530
|\|
| * perf tools: Make rm_rf() remove single fileJiri Olsa2019-02-201-3/+13
| * perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa2019-02-201-1/+1
| * perf bpf-event: Add missing new line into pr_debug callJiri Olsa2019-02-201-1/+1