index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-24
perf probe: Fix memory leak when synthesizing SDT probes
Arnaldo Carvalho de Melo
1
-3
/
+10
2020-12-24
perf stat aggregation: Add separate thread member
James Clark
4
-16
/
+16
2020-12-24
perf stat aggregation: Add separate core member
James Clark
5
-28
/
+27
2020-12-24
perf stat aggregation: Add separate die member
James Clark
5
-36
/
+26
2020-12-24
perf stat aggregation: Add separate socket member
James Clark
6
-51
/
+41
2020-12-24
perf stat aggregation: Add separate node member
James Clark
5
-8
/
+21
2020-12-24
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
4
-11
/
+11
2020-12-24
perf cpumap: Drop in cpu_aggr_map struct
James Clark
4
-20
/
+35
2020-12-24
perf cpumap: Add new map type for aggregation
James Clark
2
-0
/
+25
2020-12-24
perf stat: Replace aggregation ID with a struct
James Clark
7
-127
/
+173
2020-12-24
perf cpumap: Add new struct for cpu aggregation
James Clark
2
-0
/
+26
2020-12-24
perf cpumap: Use existing allocator to avoid using malloc
James Clark
1
-4
/
+4
2020-12-24
perf tests: Improve topology test to check all aggregation types
James Clark
1
-7
/
+46
2020-12-24
perf tools: Update s390's syscall.tbl copy from the kernel sources
Tiezhu Yang
1
-170
/
+226
2020-12-24
perf tools: Update powerpc's syscall.tbl copy from the kernel sources
Tiezhu Yang
1
-7
/
+19
2020-12-24
perf s390: Move syscall.tbl check into check-headers.sh
Tiezhu Yang
2
-4
/
+1
2020-12-24
perf powerpc: Move syscall.tbl check to check-headers.sh
Tiezhu Yang
2
-7
/
+1
2020-12-24
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-12-24
tools headers UAPI: Update epoll_pwait2 affected files
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-12-22
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-2
/
+2
2020-12-19
perf mem: Factor out a function to generate sort order
Kan Liang
1
-14
/
+27
2020-12-19
perf sort: Add sort option for data page size
Kan Liang
7
-2
/
+42
2020-12-19
perf script: Support data page size
Kan Liang
4
-4
/
+34
2020-12-18
perf trace beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-12-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-4
/
+0
2020-12-17
perf tools: Reformat record's control fd man text
Jiri Olsa
1
-5
/
+11
2020-12-17
perf config: Fix example command in manpage to conform to syntax specified in...
Nick Thompson
1
-1
/
+1
2020-12-17
perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZE
Arnaldo Carvalho de Melo
1
-1
/
+5
2020-12-17
perf tools: Add support to read build id from compressed elf
Jiri Olsa
2
-3
/
+36
2020-12-17
perf debug: Add debug_set_file function
Jiri Olsa
2
-1
/
+10
2020-12-17
perf tools: Add evlist__disable_evsel/evlist__enable_evsel
Jiri Olsa
2
-3
/
+68
2020-12-17
perf evlist: Support pipe mode display
Namhyung Kim
1
-1
/
+17
2020-12-17
perf report: Support --header-only for pipe mode
Namhyung Kim
1
-0
/
+9
2020-12-17
perf vendor events: Add JSON metrics for imx8mm DDR Perf
Joakim Zhang
3
-0
/
+59
2020-12-17
perf metricgroup: Support adding metrics for system PMUs
John Garry
1
-6
/
+60
2020-12-17
perf metricgroup: Support printing metric groups for system PMUs
John Garry
1
-4
/
+60
2020-12-17
perf metricgroup: Split up metricgroup__print()
John Garry
1
-54
/
+70
2020-12-17
perf metricgroup: Fix metrics using aliases covering multiple PMUs
John Garry
1
-1
/
+3
2020-12-17
perf evlist: Change evlist__splice_list_tail() ordering
John Garry
1
-4
/
+15
2020-12-17
perf pmu: Add pmu_add_sys_aliases()
John Garry
2
-0
/
+80
2020-12-17
perf pmu: Add pmu_id()
John Garry
2
-0
/
+19
2020-12-17
perf jevents: Add support for system events tables
John Garry
2
-1
/
+91
2020-12-17
perf jevents: Add support for an extra directory level
John Garry
1
-3
/
+8
2020-12-17
perf evsel: Emit warning about kernel not supporting the data page size sampl...
Arnaldo Carvalho de Melo
2
-1
/
+9
2020-12-17
perf record: Support new sample type for data page size
Kan Liang
7
-1
/
+25
2020-12-17
perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder
Jan Kratochvil
1
-5
/
+27
2020-12-17
perf record: Fix memory leak when using '--user-regs=?' to list registers
Zheng Zengkai
1
-1
/
+1
2020-12-15
perf test: Fix metric parsing test
Kajol Jain
1
-1
/
+1
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
2
-2
/
+2
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-15
/
+43
[next]