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-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
2019-08-12
perf top: Set display thread COMM to help with debugging
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-12
perf vendor events intel: Add Icelake V1.00 event file
Haiyan Song
8
-0
/
+2739
2019-08-12
perf tools: Fix paths in include statements
Luke Mujica
4
-8
/
+8
2019-08-12
perf test vfs_getname: Disable ~/.perfconfig to get default output
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-12
perf config: Document the PERF_CONFIG environment variable
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-12
perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfig
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-12
perf session: Avoid infinite loop when seeing invalid header.size
Arnaldo Carvalho de Melo
1
-1
/
+10
2019-08-12
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
14
-16
/
+69
2019-08-08
perf pmu-events: Fix missing "cpu_clk_unhalted.core" event
Jin Yao
1
-0
/
+1
2019-08-08
perf annotate: Fix s390 gap between kernel end and module start
Thomas Richter
3
-1
/
+24
2019-08-08
perf record: Fix module size on s390
Thomas Richter
3
-3
/
+16
2019-08-08
perf tools: Fix include paths in ui directory
Ian Rogers
2
-5
/
+6
2019-08-08
perf tools: Fix a typo in a variable name in the Documentation Makefile
Masanari Iida
1
-1
/
+1
2019-08-08
perf cpumap: Fix writing to illegal memory in handling cpumap mask
He Zhe
1
-1
/
+4
2019-08-08
perf ftrace: Fix failure to set cpumask when only one cpu is present
He Zhe
1
-1
/
+1
2019-08-08
perf db-export: Fix thread__exec_comm()
Adrian Hunter
1
-1
/
+11
2019-08-08
perf annotate: Fix printing of unaugmented disassembled instructions from BPF
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-01
perf bench numa: Fix cpu0 binding
Jiri Olsa
1
-2
/
+4
2019-07-29
perf vendor events power9: Added missing event descriptions
Michael Petlan
2
-5
/
+5
2019-07-29
libperf: Initial documentation
Jiri Olsa
3
-0
/
+230
2019-07-29
libperf: Add perf_evsel__enable/disable test
Jiri Olsa
1
-0
/
+43
2019-07-29
libperf: Add perf_evlist__enable/disable test
Jiri Olsa
1
-0
/
+63
2019-07-29
libperf: Add perf_evsel tests
Jiri Olsa
2
-1
/
+83
2019-07-29
libperf: Add perf_evlist test
Jiri Olsa
2
-1
/
+124
2019-07-29
libperf: Add perf_thread_map test
Jiri Olsa
2
-1
/
+22
2019-07-29
libperf: Add perf_cpu_map test
Jiri Olsa
2
-1
/
+22
2019-07-29
libperf: Add tests support
Jiri Olsa
3
-1
/
+63
2019-07-29
libperf: Add install targets
Jiri Olsa
2
-2
/
+78
2019-07-29
libperf: Add perf_evsel__attr() function
Jiri Olsa
3
-0
/
+7
2019-07-29
libperf: Adopt perf_evlist__enable()/disable() functions from perf
Jiri Olsa
3
-0
/
+20
2019-07-29
libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perf
Jiri Olsa
4
-0
/
+65
2019-07-29
libperf: Add perf_evsel__cpus()/threads() functions
Jiri Olsa
4
-1
/
+15
2019-07-29
libperf: Add perf_cpu_map__for_each_cpu() macro
Jiri Olsa
3
-0
/
+22
2019-07-29
libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
Jiri Olsa
7
-29
/
+44
2019-07-29
libperf: Adopt perf_evsel__read() function from tools/perf
Jiri Olsa
8
-58
/
+62
2019-07-29
libperf: Adopt simplified perf_evsel__close() function from tools/perf
Jiri Olsa
10
-31
/
+40
2019-07-29
libperf: Adopt simplified perf_evsel__open() function from tools/perf
Jiri Olsa
3
-0
/
+70
[prev]
[next]