summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-03-06perf diff: Support --time filter optionJin Yao
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo
2019-03-06perf clang: Remove needless extra semicolonYang Wei
2019-03-06perf bpf: Automatically add BTF ELF markersArnaldo Carvalho de Melo
2019-03-01perf beauty msg_flags: Add missing %s lost when adding prefix suppression logicArnaldo Carvalho de Melo
2019-03-01perf scripts python: exported-sql-viewer.py: Add call treeAdrian Hunter
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseAdrian Hunter
2019-03-01perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionAdrian Hunter
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseAdrian Hunter
2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter
2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter
2019-03-01perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao
2019-02-28tools lib traceevent: Fix buffer overflow in arg_evalTony Jones
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190220' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-25perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones
2019-02-25perf script python: Add Python3 support to syscall-counts.pyTony Jones
2019-02-25perf script python: Add Python3 support to stat-cpi.pyTony Jones
2019-02-25perf script python: Add Python3 support to stackcollapse.pyTony Jones
2019-02-25perf script python: Add Python3 support to sctop.pyTony Jones
2019-02-25perf script python: Add Python3 support to powerpc-hcalls.pyTony Jones
2019-02-25perf script python: Add Python3 support to net_dropmonitor.pyTony Jones
2019-02-25perf script python: Add Python3 support to mem-phys-addr.pyTony Jones
2019-02-25perf script python: Add Python3 support to failed-syscalls-by-pid.pyTony Jones
2019-02-25perf script python: Add Python3 support to netdev-times.pyTony Jones
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa
2019-02-25perf data: Fail check_backup in case of errorJiri Olsa
2019-02-25perf data: Make check_backup work over directoriesJiri Olsa
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa
2019-02-23selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa
2019-02-22perf scripts python: exported-sql-viewer.py: Add top calls reportAdrian Hunter
2019-02-22perf scripts python: exported-sql-viewer.py: Remove no selection errorAdrian Hunter
2019-02-22perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemAdrian Hunter
2019-02-22perf scripts python: exported-sql-viewer.py: Create new dialog data item classesAdrian Hunter
2019-02-22perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsAdrian Hunter
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportVarsAdrian Hunter