index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-27
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
4
-10
/
+4
2019-08-27
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
2
-8
/
+1
2019-08-27
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
1
-7
/
+0
2019-08-27
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
1
-6
/
+0
2019-08-27
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
2
-18
/
+3
2019-08-27
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
3
-11
/
+17
2019-08-26
perf report: Fix --ns time sort key output
Andi Kleen
1
-1
/
+4
2019-08-26
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
1
-8
/
+2
2019-08-26
perf tools: Remove duplicate headers
Souptick Joarder
3
-3
/
+0
2019-08-26
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
2
-13
/
+3
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
3
-0
/
+5
2019-08-26
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
7
-33
/
+49
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
11
-2
/
+85
2019-08-26
perf stat: Remove needless headers from stat.h
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-08-26
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
1
-2
/
+0
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
9
-31
/
+21
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
7
-2
/
+10
2019-08-22
perf evsel: Switch to libperf's cpumap.h
Arnaldo Carvalho de Melo
1
-1
/
+4
2019-08-22
perf evsel: util/evsel.h needs stdio.h as it uses FILE
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evsel: Remove needless stddef.h from util/evsel.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-22
perf evsel: Remove needless counts.h header from util/evsel.h
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-22
perf evsel: Add missing perf/evsel.h header in util/evsel.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf stat: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-22
perf evlist: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
perf bpf: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
perf counts: Add missing headers needed for types used
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-22
perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-22
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2
-6
/
+10
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
3
-15
/
+2
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
6
-15
/
+10
2019-08-22
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
4
-12
/
+7
2019-08-20
perf cs-etm: Support sample flags 'insn' and 'insnlen'
Leo Yan
1
-1
/
+34
2019-08-20
perf report: Dump LBR callstack data by -D jointly with thread stack
Alexey Budankov
1
-12
/
+19
2019-08-20
perf record: Enable LBR callstack capture jointly with thread stack
Alexey Budankov
1
-0
/
+1
2019-08-20
perf evsel: Add comment for 'idx' member in 'struct perf_sample_id
Adrian Hunter
1
-0
/
+7
2019-08-16
perf unwind: Remove unnecessary test
John Keeping
1
-6
/
+0
2019-08-16
perf unwind: Fix libunwind when tid != pid
John Keeping
7
-47
/
+48
2019-08-16
perf map: Use zalloc for map_groups
John Keeping
1
-1
/
+1
2019-08-15
perf top: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-15
perf evswitch: Add hint when not finding specified on/off events
Arnaldo Carvalho de Melo
1
-1
/
+3
2019-08-15
perf evswitch: Move enoent error message printing to separate function
Arnaldo Carvalho de Melo
1
-2
/
+7
2019-08-15
perf evswitch: Introduce init() method to set the on/off evsels from the comm...
Arnaldo Carvalho de Melo
2
-0
/
+27
2019-08-15
perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
Arnaldo Carvalho de Melo
1
-0
/
+8
2019-08-15
perf evswitch: Add the names of on/off events
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-15
perf evswitch: Move switch logic to use in other tools
Arnaldo Carvalho de Melo
3
-0
/
+34
2019-08-15
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
1
-0
/
+16
2019-08-14
perf record: Support aarch64 random socket_id assignment
Tan Xiaojun
1
-1
/
+3
2019-08-14
perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...
Arnaldo Carvalho de Melo
2
-2
/
+10
2019-08-14
perf tools: Add aux-output config term
Adrian Hunter
5
-0
/
+15
[next]