summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo2020-12-241-3/+10
* perf stat aggregation: Add separate thread memberJames Clark2020-12-244-16/+16
* perf stat aggregation: Add separate core memberJames Clark2020-12-245-28/+27
* perf stat aggregation: Add separate die memberJames Clark2020-12-245-36/+26
* perf stat aggregation: Add separate socket memberJames Clark2020-12-246-51/+41
* perf stat aggregation: Add separate node memberJames Clark2020-12-245-8/+21
* perf stat aggregation: Start using cpu_aggr_id in mapJames Clark2020-12-244-11/+11
* perf cpumap: Drop in cpu_aggr_map structJames Clark2020-12-244-20/+35
* perf cpumap: Add new map type for aggregationJames Clark2020-12-242-0/+25
* perf stat: Replace aggregation ID with a structJames Clark2020-12-247-127/+173
* perf cpumap: Add new struct for cpu aggregationJames Clark2020-12-242-0/+26
* perf cpumap: Use existing allocator to avoid using mallocJames Clark2020-12-241-4/+4
* perf tests: Improve topology test to check all aggregation typesJames Clark2020-12-241-7/+46
* perf tools: Update s390's syscall.tbl copy from the kernel sourcesTiezhu Yang2020-12-241-170/+226
* perf tools: Update powerpc's syscall.tbl copy from the kernel sourcesTiezhu Yang2020-12-241-7/+19
* perf s390: Move syscall.tbl check into check-headers.shTiezhu Yang2020-12-242-4/+1
* perf powerpc: Move syscall.tbl check to check-headers.shTiezhu Yang2020-12-242-7/+1
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-12-241-1/+1
* tools headers UAPI: Update epoll_pwait2 affected filesArnaldo Carvalho de Melo2020-12-241-0/+1
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-222-2/+2
|\
| * tweewide: Fix most Shebang linesFinn Behrens2020-12-082-2/+2
* | perf mem: Factor out a function to generate sort orderKan Liang2020-12-191-14/+27
* | perf sort: Add sort option for data page sizeKan Liang2020-12-197-2/+42
* | perf script: Support data page sizeKan Liang2020-12-194-4/+34
* | perf trace beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2020-12-181-0/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-12-171-4/+0
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-036-15/+43
| |\|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-197-15/+25
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-4/+0
| |\ \ \
| | * | | tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2020-11-111-4/+0
* | | | | perf tools: Reformat record's control fd man textJiri Olsa2020-12-171-5/+11
* | | | | perf config: Fix example command in manpage to conform to syntax specified in...Nick Thompson2020-12-171-1/+1
* | | | | perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo2020-12-171-1/+5
* | | | | perf tools: Add support to read build id from compressed elfJiri Olsa2020-12-172-3/+36
* | | | | perf debug: Add debug_set_file functionJiri Olsa2020-12-172-1/+10
* | | | | perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa2020-12-172-3/+68
* | | | | perf evlist: Support pipe mode displayNamhyung Kim2020-12-171-1/+17
* | | | | perf report: Support --header-only for pipe modeNamhyung Kim2020-12-171-0/+9
* | | | | perf vendor events: Add JSON metrics for imx8mm DDR PerfJoakim Zhang2020-12-173-0/+59
* | | | | perf metricgroup: Support adding metrics for system PMUsJohn Garry2020-12-171-6/+60
* | | | | perf metricgroup: Support printing metric groups for system PMUsJohn Garry2020-12-171-4/+60
* | | | | perf metricgroup: Split up metricgroup__print()John Garry2020-12-171-54/+70
* | | | | perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry2020-12-171-1/+3
* | | | | perf evlist: Change evlist__splice_list_tail() orderingJohn Garry2020-12-171-4/+15
* | | | | perf pmu: Add pmu_add_sys_aliases()John Garry2020-12-172-0/+80
* | | | | perf pmu: Add pmu_id()John Garry2020-12-172-0/+19
* | | | | perf jevents: Add support for system events tablesJohn Garry2020-12-172-1/+91
* | | | | perf jevents: Add support for an extra directory levelJohn Garry2020-12-171-3/+8
* | | | | perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo2020-12-172-1/+9
* | | | | perf record: Support new sample type for data page sizeKan Liang2020-12-177-1/+25