summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-446/+974
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar-446/+974
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa-2/+2
2019-03-06perf session: Fix double free in perf_data__closeJiri Olsa-3/+1
2019-03-06perf evsel: Probe for precise_ip with simple attrJiri Olsa-13/+20
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa-0/+15
2019-03-06perf hist: Fix memory leak of srclineJiri Olsa-2/+12
2019-03-06perf hist: Add error path into hist_entry__initJiri Olsa-20/+19
2019-03-06perf c2c: Fix c2c report for empty numa nodeJiri Olsa-2/+6
2019-03-06perf script python: Add Python3 support to intel-pt-events.pyTony Jones-13/+19
2019-03-06perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones-23/+25
2019-03-06perf script python: add Python3 support to check-perf-trace.pyTony Jones-14/+17
2019-03-06perf script python: Add Python3 support to futex-contention.pyTony Jones-4/+6
2019-03-06perf script python: Remove mixed indentationTony Jones-135/+136
2019-03-06perf diff: Support --pid/--tid filter optionsJin Yao-0/+10
2019-03-06perf diff: Support --cpu filter optionJin Yao-0/+21
2019-03-06perf diff: Support --time filter optionJin Yao-14/+179
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen-18/+28
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo-33/+52
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+4
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2137/+9100
2019-03-06perf clang: Remove needless extra semicolonYang Wei-1/+1
2019-03-06perf bpf: Automatically add BTF ELF markersArnaldo Carvalho de Melo-1/+7
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell-3/+4
2019-03-01perf beauty msg_flags: Add missing %s lost when adding prefix suppression logicArnaldo Carvalho de Melo-1/+1
2019-03-01perf scripts python: exported-sql-viewer.py: Add call treeAdrian Hunter-9/+186
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseAdrian Hunter-45/+55
2019-03-01perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionAdrian Hunter-6/+11
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseAdrian Hunter-19/+31
2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter-5/+9
2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter-1/+1
2019-03-01perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter-4/+8
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter-13/+35
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter-0/+2
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter-1/+2
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao-62/+72
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski-2/+2
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo-3/+6
2019-02-25perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones-10/+12
2019-02-25perf script python: Add Python3 support to syscall-counts.pyTony Jones-8/+10
2019-02-25perf script python: Add Python3 support to stat-cpi.pyTony Jones-4/+6
2019-02-25perf script python: Add Python3 support to stackcollapse.pyTony Jones-3/+4
2019-02-25perf script python: Add Python3 support to sctop.pyTony Jones-8/+16
2019-02-25perf script python: Add Python3 support to powerpc-hcalls.pyTony Jones-8/+10
2019-02-25perf script python: Add Python3 support to net_dropmonitor.pyTony Jones-4/+6
2019-02-25perf script python: Add Python3 support to mem-phys-addr.pyTony Jones-10/+14
2019-02-25perf script python: Add Python3 support to failed-syscalls-by-pid.pyTony Jones-10/+11
2019-02-25perf script python: Add Python3 support to netdev-times.pyTony Jones-40/+42
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen-9/+15
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen-3/+7