index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
perf expr: Add debug logging for literals
Ian Rogers
2022-01-12
1
-12
/
+25
|
*
|
perf tools: Probe non-deprecated sysfs path 1st
Ian Rogers
2022-01-12
1
-3
/
+2
|
*
|
perf tools: Fix SMT fallback with large core counts
Ian Rogers
2022-01-12
1
-10
/
+58
|
*
|
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
55
-293
/
+346
|
*
|
perf stat: Correct first_shadow_cpu to return index
Ian Rogers
2022-01-12
1
-8
/
+7
|
*
|
perf script: Fix flipped index and cpu
Ian Rogers
2022-01-12
1
-1
/
+1
|
*
|
perf c2c: Use more intention revealing iterator
Ian Rogers
2022-01-12
1
-5
/
+5
|
*
|
perf bpf: Rename 'cpu' to 'cpu_map_idx'
Ian Rogers
2022-01-12
2
-12
/
+11
|
*
|
perf stat: Swap variable name cpu to index
Ian Rogers
2022-01-12
3
-164
/
+164
|
*
|
perf stat: Correct check_per_pkg() cpu
Ian Rogers
2022-01-12
1
-2
/
+3
|
*
|
perf test: Use perf_cpu_map__for_each_cpu()
Ian Rogers
2022-01-12
1
-14
/
+14
|
*
|
perf evsel: Rename variable cpu to index
Ian Rogers
2022-01-12
4
-47
/
+48
|
*
|
perf evsel: Reduce scope of evsel__ignore_missing_thread
Ian Rogers
2022-01-12
2
-8
/
+4
|
*
|
perf evsel: Rename CPU around get_group_fd
Ian Rogers
2022-01-12
1
-11
/
+11
|
*
|
perf stat: Correct variable name for read counter
Ian Rogers
2022-01-12
3
-35
/
+35
|
*
|
perf evsel: Pass cpu not cpu map index to synthesize
Ian Rogers
2022-01-12
1
-2
/
+3
|
*
|
perf evlist: Refactor evlist__for_each_cpu()
Ian Rogers
2022-01-12
4
-166
/
+210
|
*
|
perf script: Use for each cpu to aid readability
Ian Rogers
2022-01-12
1
-4
/
+3
|
*
|
perf stat: Use perf_cpu_map__for_each_cpu()
Ian Rogers
2022-01-12
1
-5
/
+6
|
*
|
perf stat: Rename aggr_data cpu to imply it's an index
Ian Rogers
2022-01-12
1
-5
/
+5
|
*
|
perf counts: Switch name cpu to cpu_map_idx
Ian Rogers
2022-01-12
1
-6
/
+6
|
*
|
perf evsel: Derive CPUs and threads in alloc_counts
Ian Rogers
2022-01-12
5
-20
/
+15
|
*
|
perf stat-display: Avoid use of core for CPU
Ian Rogers
2022-01-12
1
-23
/
+22
|
*
|
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
2022-01-12
3
-4
/
+48
|
*
|
perf stat: Fix memory leak in check_per_pkg()
Ian Rogers
2022-01-12
1
-2
/
+3
|
*
|
perf cpumap: Trim the cpu_aggr_map
Ian Rogers
2022-01-12
1
-1
/
+9
|
*
|
perf cpumap: Add some comments to cpu_aggr_map
Ian Rogers
2022-01-12
1
-1
/
+9
|
*
|
perf cpumap: Move 'has' function to libperf
Ian Rogers
2022-01-12
6
-20
/
+13
|
*
|
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
2022-01-12
4
-24
/
+45
|
*
|
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
2022-01-12
3
-132
/
+130
|
*
|
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
2022-01-12
4
-10
/
+4
|
*
|
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
2022-01-12
4
-14
/
+27
|
*
|
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
2022-01-12
2
-7
/
+9
|
*
|
perf cpumap: Rename empty functions
Ian Rogers
2022-01-12
4
-25
/
+25
|
*
|
perf cpumap: Simplify equal function name
Ian Rogers
2022-01-12
3
-16
/
+18
|
*
|
perf cpumap: Remove unused cpu_map__socket()
Ian Rogers
2022-01-12
1
-7
/
+0
|
*
|
perf cpumap: Add comments to aggr_cpu_id()
Ian Rogers
2022-01-12
1
-0
/
+9
|
*
|
perf cpumap: Remove map+index get_node()
Ian Rogers
2022-01-12
3
-10
/
+1
|
*
|
perf cpumap: Remove map+index get_core()
Ian Rogers
2022-01-12
3
-10
/
+1
|
*
|
perf cpumap: Remove map+index get_die()
Ian Rogers
2022-01-12
4
-12
/
+2
|
*
|
perf cpumap: Remove map+index get_socket()
Ian Rogers
2022-01-12
4
-12
/
+2
|
*
|
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
2022-01-12
3
-47
/
+11
|
*
|
perf stat: Switch to cpu version of cpu_map__get()
Ian Rogers
2022-01-12
3
-50
/
+57
|
*
|
perf stat: Switch aggregation to use for_each loop
Ian Rogers
2022-01-12
1
-21
/
+27
|
*
|
perf stat: Correct aggregation CPU map
Ian Rogers
2022-01-12
1
-1
/
+1
|
*
|
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
2022-01-12
2
-34
/
+51
|
*
|
perf evsel: Improve error message for uncore events
Ian Rogers
2022-01-12
1
-0
/
+4
|
*
|
perf script: Fix hex dump character output
Adrian Hunter
2022-01-12
1
-1
/
+1
|
*
|
perf test: Enable system wide for metricgroups test
Ian Rogers
2022-01-11
1
-1
/
+1
|
*
|
perf annotate: Avoid TUI crash when navigating in the annotation of recursive...
Dario Petrillo
2022-01-10
1
-9
/
+14
[prev]
[next]