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 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
2019-08-14
perf tools: Add itrace option 'o' to synthesize aux-output events
Adrian Hunter
3
-0
/
+9
2019-08-14
perf tools: Add aux_output attribute flag
Adrian Hunter
1
-0
/
+1
2019-08-14
perf record: Add an option to take an AUX snapshot on exit
Alexander Shishkin
5
-10
/
+53
2019-08-14
perf ftrace: Improve error message about capability to use ftrace
Arnaldo Carvalho de Melo
1
-1
/
+7
2019-08-14
perf ftrace: Use CAP_SYS_ADMIN instead of euid==0
Igor Lubashev
1
-1
/
+3
2019-08-14
perf tools: Add CAP_SYSLOG define for older systems
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-08-14
perf tools: Add NO_LIBCAP=1 to the minimal build test
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-14
perf tools: Add helpers to use capabilities if present
Igor Lubashev
7
-0
/
+71
2019-08-12
tools build: Add capability-related feature detection
Igor Lubashev
2
-0
/
+13
2019-08-12
perf top: Collapse and resort all evsels in a group
Arnaldo Carvalho de Melo
1
-4
/
+26
2019-08-12
perf hist: Remove dummy entries when finding real ones.
Arnaldo Carvalho de Melo
1
-2
/
+18
2019-08-12
perf trace: Fix segmentation fault when access syscall info on arm64
Leo Yan
1
-1
/
+1
2019-08-12
perf hists: Do not link a pair if already linked
Arnaldo Carvalho de Melo
1
-1
/
+1
[prev]
[next]