summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo-3/+10
2020-12-24perf stat aggregation: Add separate thread memberJames Clark-16/+16
2020-12-24perf stat aggregation: Add separate core memberJames Clark-28/+27
2020-12-24perf stat aggregation: Add separate die memberJames Clark-36/+26
2020-12-24perf stat aggregation: Add separate socket memberJames Clark-51/+41
2020-12-24perf stat aggregation: Add separate node memberJames Clark-8/+21
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark-11/+11
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark-20/+35
2020-12-24perf cpumap: Add new map type for aggregationJames Clark-0/+25
2020-12-24perf stat: Replace aggregation ID with a structJames Clark-127/+173
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark-0/+26
2020-12-24perf cpumap: Use existing allocator to avoid using mallocJames Clark-4/+4
2020-12-24perf tests: Improve topology test to check all aggregation typesJames Clark-7/+46
2020-12-24perf tools: Update s390's syscall.tbl copy from the kernel sourcesTiezhu Yang-170/+226
2020-12-24perf tools: Update powerpc's syscall.tbl copy from the kernel sourcesTiezhu Yang-7/+19
2020-12-24perf s390: Move syscall.tbl check into check-headers.shTiezhu Yang-4/+1
2020-12-24perf powerpc: Move syscall.tbl check to check-headers.shTiezhu Yang-7/+1
2020-12-24tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo-1/+1
2020-12-24tools headers UAPI: Update epoll_pwait2 affected filesArnaldo Carvalho de Melo-0/+1
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2020-12-19perf mem: Factor out a function to generate sort orderKan Liang-14/+27
2020-12-19perf sort: Add sort option for data page sizeKan Liang-2/+42
2020-12-19perf script: Support data page sizeKan Liang-4/+34
2020-12-18perf trace beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2020-12-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-4/+0
2020-12-17perf tools: Reformat record's control fd man textJiri Olsa-5/+11
2020-12-17perf config: Fix example command in manpage to conform to syntax specified in...Nick Thompson-1/+1
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo-1/+5
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa-3/+36
2020-12-17perf debug: Add debug_set_file functionJiri Olsa-1/+10
2020-12-17perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa-3/+68
2020-12-17perf evlist: Support pipe mode displayNamhyung Kim-1/+17
2020-12-17perf report: Support --header-only for pipe modeNamhyung Kim-0/+9
2020-12-17perf vendor events: Add JSON metrics for imx8mm DDR PerfJoakim Zhang-0/+59
2020-12-17perf metricgroup: Support adding metrics for system PMUsJohn Garry-6/+60
2020-12-17perf metricgroup: Support printing metric groups for system PMUsJohn Garry-4/+60
2020-12-17perf metricgroup: Split up metricgroup__print()John Garry-54/+70
2020-12-17perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry-1/+3
2020-12-17perf evlist: Change evlist__splice_list_tail() orderingJohn Garry-4/+15
2020-12-17perf pmu: Add pmu_add_sys_aliases()John Garry-0/+80
2020-12-17perf pmu: Add pmu_id()John Garry-0/+19
2020-12-17perf jevents: Add support for system events tablesJohn Garry-1/+91
2020-12-17perf jevents: Add support for an extra directory levelJohn Garry-3/+8
2020-12-17perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo-1/+9
2020-12-17perf record: Support new sample type for data page sizeKan Liang-1/+25
2020-12-17perf unwind: Fix separate debug info files when using elfutils' libdw's unwinderJan Kratochvil-5/+27
2020-12-17perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai-1/+1
2020-12-15perf test: Fix metric parsing testKajol Jain-1/+1
2020-12-08tweewide: Fix most Shebang linesFinn Behrens-2/+2
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+43