aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek1-1/+0
2021-01-21perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao1-1/+17
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry1-3/+2
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry1-2/+9
2021-01-15perf inject: Correct event attribute sizesAl Grant1-0/+8
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2-3/+3
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim1-7/+19
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim1-173/+173
2021-01-15perf test: Fix shadow stat test for non-bash shellsNamhyung Kim1-16/+14
2021-01-15perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo1-1/+1
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo1-3/+10
2020-12-24perf stat aggregation: Add separate thread memberJames Clark4-16/+16
2020-12-24perf stat aggregation: Add separate core memberJames Clark5-28/+27
2020-12-24perf stat aggregation: Add separate die memberJames Clark5-36/+26
2020-12-24perf stat aggregation: Add separate socket memberJames Clark6-51/+41
2020-12-24perf stat aggregation: Add separate node memberJames Clark5-8/+21
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark4-11/+11
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark4-20/+35
2020-12-24perf cpumap: Add new map type for aggregationJames Clark2-0/+25
2020-12-24perf stat: Replace aggregation ID with a structJames Clark7-127/+173
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark2-0/+26
2020-12-24perf cpumap: Use existing allocator to avoid using mallocJames Clark1-4/+4
2020-12-24perf tests: Improve topology test to check all aggregation typesJames Clark1-7/+46
2020-12-24perf tools: Update s390's syscall.tbl copy from the kernel sourcesTiezhu Yang1-170/+226
2020-12-24perf tools: Update powerpc's syscall.tbl copy from the kernel sourcesTiezhu Yang1-7/+19
2020-12-24perf s390: Move syscall.tbl check into check-headers.shTiezhu Yang2-4/+1
2020-12-24perf powerpc: Move syscall.tbl check to check-headers.shTiezhu Yang2-7/+1
2020-12-24tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2020-12-24tools headers UAPI: Update epoll_pwait2 affected filesArnaldo Carvalho de Melo1-0/+1
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-2/+2
2020-12-19perf mem: Factor out a function to generate sort orderKan Liang1-14/+27
2020-12-19perf sort: Add sort option for data page sizeKan Liang7-2/+42
2020-12-19perf script: Support data page sizeKan Liang4-4/+34
2020-12-18perf trace beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2020-12-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-4/+0
2020-12-17perf tools: Reformat record's control fd man textJiri Olsa1-5/+11
2020-12-17perf config: Fix example command in manpage to conform to syntax specified in the SYNOPSIS section.Nick Thompson1-1/+1
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo1-1/+5
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa2-3/+36
2020-12-17perf debug: Add debug_set_file functionJiri Olsa2-1/+10
2020-12-17perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa2-3/+68
2020-12-17perf evlist: Support pipe mode displayNamhyung Kim1-1/+17
2020-12-17perf report: Support --header-only for pipe modeNamhyung Kim1-0/+9
2020-12-17perf vendor events: Add JSON metrics for imx8mm DDR PerfJoakim Zhang3-0/+59
2020-12-17perf metricgroup: Support adding metrics for system PMUsJohn Garry1-6/+60
2020-12-17perf metricgroup: Support printing metric groups for system PMUsJohn Garry1-4/+60
2020-12-17perf metricgroup: Split up metricgroup__print()John Garry1-54/+70
2020-12-17perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry1-1/+3
2020-12-17perf evlist: Change evlist__splice_list_tail() orderingJohn Garry1-4/+15