summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
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
2020-12-17perf jevents: Add support for system events tablesJohn Garry
2020-12-17perf jevents: Add support for an extra directory levelJohn Garry
2020-12-17perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo
2020-12-17perf record: Support new sample type for data page sizeKan Liang
2020-12-17perf unwind: Fix separate debug info files when using elfutils' libdw's unwinderJan Kratochvil
2020-12-17perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai
2020-12-15perf test: Fix metric parsing testKajol Jain
2020-12-08tweewide: Fix most Shebang linesFinn Behrens
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski