index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
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 tests: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-22
perf script: Add missing counts.h
Arnaldo Carvalho de Melo
1
-0
/
+1
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
perf kvm s390: Add missing string.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf arm64: Add missing debug.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
5
-15
/
+16
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
14
-29
/
+32
2019-08-22
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
5
-14
/
+9
2019-08-20
libperf: Fix arch include paths
Jiri Olsa
1
-1
/
+1
2019-08-20
perf top: Show info message while collecting samples
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-20
perf ui browser: Allow specifying message to show when no samples are availab...
Arnaldo Carvalho de Melo
2
-0
/
+3
2019-08-20
perf ui: Introduce non-interactive ui__info_window() function
Arnaldo Carvalho de Melo
2
-8
/
+17
2019-08-20
perf ui: Make 'exit_msg' optional in ui__question_window()
Arnaldo Carvalho de Melo
1
-3
/
+11
2019-08-20
perf cs-etm: Support sample flags 'insn' and 'insnlen'
Leo Yan
1
-1
/
+34
2019-08-20
perf report: Prefer DWARF callstacks to LBR ones when captured both
Alexey Budankov
1
-0
/
+2
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-20
tools headers: Grab copy of linux/const.h, needed by linux/bits.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-20
perf tools: tools/include should come before tools/uapi/include
Arnaldo Carvalho de Melo
1
-1
/
+1
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-16
perf report: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2
-0
/
+27
2019-08-15
perf top: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
3
-1
/
+49
2019-08-15
perf trace: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2
-0
/
+19
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
3
-18
/
+30
2019-08-15
perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
Arnaldo Carvalho de Melo
2
-6
/
+9
2019-08-15
perf evswitch: Add the names of on/off events
Arnaldo Carvalho de Melo
2
-10
/
+9
2019-08-15
perf evswitch: Move switch logic to use in other tools
Arnaldo Carvalho de Melo
4
-21
/
+36
2019-08-15
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
2
-7
/
+17
2019-08-15
perf script: Allow specifying event to switch off processing of other events
Arnaldo Carvalho de Melo
2
-4
/
+32
2019-08-15
perf script: Allow showing the --switch-on event
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-08-15
perf script: Allow specifying event to switch on processing of other events
Arnaldo Carvalho de Melo
2
-0
/
+29
2019-08-15
perf vendor events intel: Add Tremontx event file v1.02
Haiyan Song
10
-0
/
+902
2019-08-14
perf ui: No need to set ui_browser to 1 twice
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-14
perf record: Support aarch64 random socket_id assignment
Tan Xiaojun
1
-1
/
+3
2019-08-14
perf.data documentation: Clarify HEADER_SAMPLE_TOPOLOGY format
Vince Weaver
1
-10
/
+15
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 intel-pt: Add brief documentation for PEBS via Intel PT
Adrian Hunter
1
-0
/
+15
2019-08-14
perf tools: Add aux-output config term
Adrian Hunter
6
-0
/
+17
2019-08-14
perf intel-pt: Process options for PEBS event synthesis
Adrian Hunter
2
-0
/
+41
[prev]
[next]