summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2019-03-11perf report: Support running scripts for current time rangeAndi Kleen1-11/+72
2019-03-11perf report: Support time sort keyAndi Kleen5-0/+55
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen1-24/+47
2019-03-11perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviourArnaldo Carvalho de Melo1-2/+4
2019-03-11perf script python: Add printdate function to SQL exportersTony Jones2-13/+19
2019-03-11perf script python: Add Python3 support to export-to-sqlite.pyTony Jones1-9/+14
2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones1-17/+41
2019-03-11perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones1-14/+28
2019-03-11perf report: Use less for scripts outputAndi Kleen1-113/+17
2019-03-11perf session: Add process callback to reader objectJiri Olsa1-4/+19
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa5-3/+59
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa2-5/+18
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa2-0/+21
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa1-1/+1
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa3-1/+58
2019-03-11perf vendor events amd: perf PMU events for AMD Family 17hMartin Liška7-0/+829
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter1-2/+4
2019-03-11perf report: Parse time quantumAndi Kleen4-0/+49
2019-03-11perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2-0/+9
2019-03-11perf report: Support output in nanosecondsAndi Kleen5-6/+11
2019-03-11perf script: Support insn output for normal samplesAndi Kleen4-1/+59
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds49-446/+974
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar49-446/+974
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa1-2/+2
2019-03-06perf session: Fix double free in perf_data__closeJiri Olsa1-3/+1
2019-03-06perf evsel: Probe for precise_ip with simple attrJiri Olsa2-13/+20
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2-0/+15
2019-03-06perf hist: Fix memory leak of srclineJiri Olsa1-2/+12
2019-03-06perf hist: Add error path into hist_entry__initJiri Olsa1-20/+19
2019-03-06perf c2c: Fix c2c report for empty numa nodeJiri Olsa1-2/+6
2019-03-06perf script python: Add Python3 support to intel-pt-events.pyTony Jones1-13/+19
2019-03-06perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones1-23/+25
2019-03-06perf script python: add Python3 support to check-perf-trace.pyTony Jones1-14/+17
2019-03-06perf script python: Add Python3 support to futex-contention.pyTony Jones1-4/+6
2019-03-06perf script python: Remove mixed indentationTony Jones14-135/+136
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-bt...Andi Kleen3-18/+28
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo4-33/+52
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+4
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds236-2137/+9100
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-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell1-3/+4
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