| Commit message (Expand) | Author | Age | Files | Lines |
* | perf probe: Fix memory leak when synthesizing SDT probes | Arnaldo Carvalho de Melo | 2020-12-24 | 1 | -3/+10 |
* | perf stat aggregation: Add separate thread member | James Clark | 2020-12-24 | 4 | -16/+16 |
* | perf stat aggregation: Add separate core member | James Clark | 2020-12-24 | 5 | -28/+27 |
* | perf stat aggregation: Add separate die member | James Clark | 2020-12-24 | 5 | -36/+26 |
* | perf stat aggregation: Add separate socket member | James Clark | 2020-12-24 | 6 | -51/+41 |
* | perf stat aggregation: Add separate node member | James Clark | 2020-12-24 | 5 | -8/+21 |
* | perf stat aggregation: Start using cpu_aggr_id in map | James Clark | 2020-12-24 | 4 | -11/+11 |
* | perf cpumap: Drop in cpu_aggr_map struct | James Clark | 2020-12-24 | 4 | -20/+35 |
* | perf cpumap: Add new map type for aggregation | James Clark | 2020-12-24 | 2 | -0/+25 |
* | perf stat: Replace aggregation ID with a struct | James Clark | 2020-12-24 | 7 | -127/+173 |
* | perf cpumap: Add new struct for cpu aggregation | James Clark | 2020-12-24 | 2 | -0/+26 |
* | perf cpumap: Use existing allocator to avoid using malloc | James Clark | 2020-12-24 | 1 | -4/+4 |
* | perf tests: Improve topology test to check all aggregation types | James Clark | 2020-12-24 | 1 | -7/+46 |
* | perf tools: Update s390's syscall.tbl copy from the kernel sources | Tiezhu Yang | 2020-12-24 | 1 | -170/+226 |
* | perf tools: Update powerpc's syscall.tbl copy from the kernel sources | Tiezhu Yang | 2020-12-24 | 1 | -7/+19 |
* | perf s390: Move syscall.tbl check into check-headers.sh | Tiezhu Yang | 2020-12-24 | 2 | -4/+1 |
* | perf powerpc: Move syscall.tbl check to check-headers.sh | Tiezhu Yang | 2020-12-24 | 2 | -7/+1 |
* | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2020-12-24 | 1 | -1/+1 |
* | tools headers UAPI: Update epoll_pwait2 affected files | Arnaldo Carvalho de Melo | 2020-12-24 | 1 | -0/+1 |
* | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-12-22 | 2 | -2/+2 |
|\ |
|
| * | tweewide: Fix most Shebang lines | Finn Behrens | 2020-12-08 | 2 | -2/+2 |
* | | perf mem: Factor out a function to generate sort order | Kan Liang | 2020-12-19 | 1 | -14/+27 |
* | | perf sort: Add sort option for data page size | Kan Liang | 2020-12-19 | 7 | -2/+42 |
* | | perf script: Support data page size | Kan Liang | 2020-12-19 | 4 | -4/+34 |
* | | perf trace beauty: Update copy of linux/socket.h with the kernel sources | Arnaldo Carvalho de Melo | 2020-12-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2020-12-17 | 1 | -4/+0 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-12-03 | 6 | -15/+43 |
| |\ \
| | |/ |
|
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-11-19 | 7 | -15/+25 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-11-14 | 1 | -4/+0 |
| |\ \ \ |
|
| | * | | | tools: Factor HOSTCC, HOSTLD, HOSTAR definitions | Jean-Philippe Brucker | 2020-11-11 | 1 | -4/+0 |
* | | | | | perf tools: Reformat record's control fd man text | Jiri Olsa | 2020-12-17 | 1 | -5/+11 |
* | | | | | perf config: Fix example command in manpage to conform to syntax specified in... | Nick Thompson | 2020-12-17 | 1 | -1/+1 |
* | | | | | perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZE | Arnaldo Carvalho de Melo | 2020-12-17 | 1 | -1/+5 |
* | | | | | perf tools: Add support to read build id from compressed elf | Jiri Olsa | 2020-12-17 | 2 | -3/+36 |
* | | | | | perf debug: Add debug_set_file function | Jiri Olsa | 2020-12-17 | 2 | -1/+10 |
* | | | | | perf tools: Add evlist__disable_evsel/evlist__enable_evsel | Jiri Olsa | 2020-12-17 | 2 | -3/+68 |
* | | | | | perf evlist: Support pipe mode display | Namhyung Kim | 2020-12-17 | 1 | -1/+17 |
* | | | | | perf report: Support --header-only for pipe mode | Namhyung Kim | 2020-12-17 | 1 | -0/+9 |
* | | | | | perf vendor events: Add JSON metrics for imx8mm DDR Perf | Joakim Zhang | 2020-12-17 | 3 | -0/+59 |
* | | | | | perf metricgroup: Support adding metrics for system PMUs | John Garry | 2020-12-17 | 1 | -6/+60 |
* | | | | | perf metricgroup: Support printing metric groups for system PMUs | John Garry | 2020-12-17 | 1 | -4/+60 |
* | | | | | perf metricgroup: Split up metricgroup__print() | John Garry | 2020-12-17 | 1 | -54/+70 |
* | | | | | perf metricgroup: Fix metrics using aliases covering multiple PMUs | John Garry | 2020-12-17 | 1 | -1/+3 |
* | | | | | perf evlist: Change evlist__splice_list_tail() ordering | John Garry | 2020-12-17 | 1 | -4/+15 |
* | | | | | perf pmu: Add pmu_add_sys_aliases() | John Garry | 2020-12-17 | 2 | -0/+80 |
* | | | | | perf pmu: Add pmu_id() | John Garry | 2020-12-17 | 2 | -0/+19 |
* | | | | | perf jevents: Add support for system events tables | John Garry | 2020-12-17 | 2 | -1/+91 |
* | | | | | perf jevents: Add support for an extra directory level | John Garry | 2020-12-17 | 1 | -3/+8 |
* | | | | | perf evsel: Emit warning about kernel not supporting the data page size sampl... | Arnaldo Carvalho de Melo | 2020-12-17 | 2 | -1/+9 |
* | | | | | perf record: Support new sample type for data page size | Kan Liang | 2020-12-17 | 7 | -1/+25 |