summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2021-01-21perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry
2021-01-15perf inject: Correct event attribute sizesAl Grant
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim
2021-01-15perf test: Fix shadow stat test for non-bash shellsNamhyung Kim
2021-01-15perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo
2020-12-24perf stat aggregation: Add separate thread memberJames Clark
2020-12-24perf stat aggregation: Add separate core memberJames Clark
2020-12-24perf stat aggregation: Add separate die memberJames Clark
2020-12-24perf stat aggregation: Add separate socket memberJames Clark
2020-12-24perf stat aggregation: Add separate node memberJames Clark
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark
2020-12-24perf cpumap: Add new map type for aggregationJames Clark
2020-12-24perf stat: Replace aggregation ID with a structJames Clark
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark
2020-12-24perf cpumap: Use existing allocator to avoid using mallocJames Clark
2020-12-24perf tests: Improve topology test to check all aggregation typesJames Clark
2020-12-24perf tools: Update s390's syscall.tbl copy from the kernel sourcesTiezhu Yang
2020-12-24perf tools: Update powerpc's syscall.tbl copy from the kernel sourcesTiezhu Yang
2020-12-24perf s390: Move syscall.tbl check into check-headers.shTiezhu Yang
2020-12-24perf powerpc: Move syscall.tbl check to check-headers.shTiezhu Yang
2020-12-24tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2020-12-24tools headers UAPI: Update epoll_pwait2 affected filesArnaldo Carvalho de Melo
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-19perf mem: Factor out a function to generate sort orderKan Liang
2020-12-19perf sort: Add sort option for data page sizeKan Liang
2020-12-19perf script: Support data page sizeKan Liang
2020-12-18perf trace beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2020-12-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-12-17perf tools: Reformat record's control fd man textJiri Olsa
2020-12-17perf config: Fix example command in manpage to conform to syntax specified in...Nick Thompson
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa
2020-12-17perf debug: Add debug_set_file functionJiri Olsa
2020-12-17perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa
2020-12-17perf evlist: Support pipe mode displayNamhyung Kim
2020-12-17perf report: Support --header-only for pipe modeNamhyung Kim
2020-12-17perf vendor events: Add JSON metrics for imx8mm DDR PerfJoakim Zhang
2020-12-17perf metricgroup: Support adding metrics for system PMUsJohn Garry
2020-12-17perf metricgroup: Support printing metric groups for system PMUsJohn Garry
2020-12-17perf metricgroup: Split up metricgroup__print()John Garry
2020-12-17perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry
2020-12-17perf evlist: Change evlist__splice_list_tail() orderingJohn Garry
2020-12-17perf pmu: Add pmu_add_sys_aliases()John Garry
2020-12-17perf pmu: Add pmu_id()John Garry