aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06perf diff: Support --pid/--tid filter optionsJin Yao2-0/+10
2019-03-06perf diff: Support --cpu filter optionJin Yao2-0/+21
2019-03-06perf diff: Support --time filter optionJin Yao2-14/+179
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bts codeAndi Kleen3-18/+28
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo4-33/+52
2019-03-06perf clang: Remove needless extra semicolonYang Wei1-1/+1
2019-03-06perf bpf: Automatically add BTF ELF markersArnaldo Carvalho de Melo1-1/+7
2019-03-01perf beauty msg_flags: Add missing %s lost when adding prefix suppression logicArnaldo Carvalho de Melo1-1/+1
2019-03-01perf scripts python: exported-sql-viewer.py: Add call treeAdrian Hunter1-9/+186
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseAdrian Hunter1-45/+55
2019-03-01perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionAdrian Hunter1-6/+11
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseAdrian Hunter1-19/+31
2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter1-5/+9
2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for integer errorAdrian Hunter1-1/+1
2019-03-01perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter1-4/+8
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter5-13/+35
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter1-0/+2
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter1-1/+2
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao4-62/+72
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo1-3/+6
2019-02-25perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones1-10/+12
2019-02-25perf script python: Add Python3 support to syscall-counts.pyTony Jones1-8/+10
2019-02-25perf script python: Add Python3 support to stat-cpi.pyTony Jones1-4/+6
2019-02-25perf script python: Add Python3 support to stackcollapse.pyTony Jones1-3/+4
2019-02-25perf script python: Add Python3 support to sctop.pyTony Jones1-8/+16
2019-02-25perf script python: Add Python3 support to powerpc-hcalls.pyTony Jones1-8/+10
2019-02-25perf script python: Add Python3 support to net_dropmonitor.pyTony Jones1-4/+6
2019-02-25perf script python: Add Python3 support to mem-phys-addr.pyTony Jones1-10/+14
2019-02-25perf script python: Add Python3 support to failed-syscalls-by-pid.pyTony Jones1-10/+11
2019-02-25perf script python: Add Python3 support to netdev-times.pyTony Jones1-40/+42
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen3-9/+15
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen1-3/+7
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa2-0/+60
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa2-0/+55
2019-02-25perf data: Fail check_backup in case of errorJiri Olsa1-3/+18
2019-02-25perf data: Make check_backup work over directoriesJiri Olsa1-4/+7
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa2-0/+12
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa1-3/+33
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa1-2/+12
2019-02-22perf data: Add global path holderJiri Olsa21-93/+87
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa3-6/+5
2019-02-22perf scripts python: exported-sql-viewer.py: Add top calls reportAdrian Hunter1-6/+135
2019-02-22perf scripts python: exported-sql-viewer.py: Remove no selection errorAdrian Hunter1-3/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemAdrian Hunter1-221/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Create new dialog data item classesAdrian Hunter1-13/+272
2019-02-22perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsAdrian Hunter1-8/+8
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportVarsAdrian Hunter1-14/+23
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBaseAdrian Hunter1-17/+30
2019-02-22perf scripts python: exported-sql-viewer.py: Move column headersAdrian Hunter1-12/+13
2019-02-22perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no calls tableAdrian Hunter1-1/+12