summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-1/+0
|\
| * tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-1/+0
* | perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao2021-01-211-1/+17
* | perf metricgroup: Fix system PMU metricsJohn Garry2021-01-211-3/+2
* | perf metricgroup: Fix for metrics containing duration_timeJohn Garry2021-01-211-2/+9
|/
* perf inject: Correct event attribute sizesAl Grant2021-01-151-0/+8
* perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-152-3/+3
* perf stat: Take cgroups into account for shadow statsNamhyung Kim2021-01-151-7/+19
* perf stat: Introduce struct runtime_stat_dataNamhyung Kim2021-01-151-173/+173
* perf test: Fix shadow stat test for non-bash shellsNamhyung Kim2021-01-151-16/+14
* perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo2021-01-151-1/+1
* 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