index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
tools headers UAPI: Update tools's copy of drm.h header
Arnaldo Carvalho de Melo
1
-0
/
+18
2022-01-13
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...
Arnaldo Carvalho de Melo
2
-9
/
+9
2022-01-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
379
-3793
/
+15867
2022-01-13
kselftests/net: adapt the timeout to the largest runtime
Li Zhijian
1
-1
/
+1
2022-01-12
Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-16
/
+29
2022-01-12
Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
5
-73
/
+133
2022-01-12
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-62
/
+13
2022-01-12
perf pmu-events: Don't lower case MetricExpr
Ian Rogers
2
-3
/
+1
2022-01-12
perf expr: Add debug logging for literals
Ian Rogers
1
-12
/
+25
2022-01-12
perf tools: Probe non-deprecated sysfs path 1st
Ian Rogers
1
-3
/
+2
2022-01-12
perf tools: Fix SMT fallback with large core counts
Ian Rogers
1
-10
/
+58
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
64
-356
/
+431
2022-01-12
perf stat: Correct first_shadow_cpu to return index
Ian Rogers
1
-8
/
+7
2022-01-12
perf script: Fix flipped index and cpu
Ian Rogers
1
-1
/
+1
2022-01-12
perf c2c: Use more intention revealing iterator
Ian Rogers
1
-5
/
+5
2022-01-12
perf bpf: Rename 'cpu' to 'cpu_map_idx'
Ian Rogers
2
-12
/
+11
2022-01-12
libperf: Sync evsel documentation
Ian Rogers
1
-5
/
+5
2022-01-12
perf stat: Swap variable name cpu to index
Ian Rogers
3
-164
/
+164
2022-01-12
perf stat: Correct check_per_pkg() cpu
Ian Rogers
1
-2
/
+3
2022-01-12
perf test: Use perf_cpu_map__for_each_cpu()
Ian Rogers
1
-14
/
+14
2022-01-12
perf evsel: Rename variable cpu to index
Ian Rogers
4
-47
/
+48
2022-01-12
perf evsel: Reduce scope of evsel__ignore_missing_thread
Ian Rogers
2
-8
/
+4
2022-01-12
perf evsel: Rename CPU around get_group_fd
Ian Rogers
1
-11
/
+11
2022-01-12
perf stat: Correct variable name for read counter
Ian Rogers
3
-35
/
+35
2022-01-12
perf evsel: Pass cpu not cpu map index to synthesize
Ian Rogers
1
-2
/
+3
2022-01-12
perf evlist: Refactor evlist__for_each_cpu()
Ian Rogers
4
-166
/
+210
2022-01-12
libperf: Allow NULL in perf_cpu_map__idx()
Ian Rogers
1
-1
/
+6
2022-01-12
perf script: Use for each cpu to aid readability
Ian Rogers
1
-4
/
+3
2022-01-12
perf stat: Use perf_cpu_map__for_each_cpu()
Ian Rogers
1
-5
/
+6
2022-01-12
perf stat: Rename aggr_data cpu to imply it's an index
Ian Rogers
1
-5
/
+5
2022-01-12
perf counts: Switch name cpu to cpu_map_idx
Ian Rogers
1
-6
/
+6
2022-01-12
libperf: Use cpu not index for evsel mmap
Ian Rogers
1
-1
/
+2
2022-01-12
libperf: Switch cpu to more accurate cpu_map_idx
Ian Rogers
2
-48
/
+50
2022-01-12
perf evsel: Derive CPUs and threads in alloc_counts
Ian Rogers
5
-20
/
+15
2022-01-12
perf stat-display: Avoid use of core for CPU
Ian Rogers
1
-23
/
+22
2022-01-12
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
3
-4
/
+48
2022-01-12
perf stat: Fix memory leak in check_per_pkg()
Ian Rogers
1
-2
/
+3
2022-01-12
perf cpumap: Trim the cpu_aggr_map
Ian Rogers
1
-1
/
+9
2022-01-12
perf cpumap: Add some comments to cpu_aggr_map
Ian Rogers
1
-1
/
+9
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
11
-22
/
+23
2022-01-12
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
4
-24
/
+45
2022-01-12
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
3
-132
/
+130
2022-01-12
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
4
-10
/
+4
2022-01-12
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
4
-14
/
+27
2022-01-12
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
2
-7
/
+9
2022-01-12
perf cpumap: Rename empty functions
Ian Rogers
4
-25
/
+25
2022-01-12
perf cpumap: Simplify equal function name
Ian Rogers
3
-16
/
+18
2022-01-12
perf cpumap: Remove unused cpu_map__socket()
Ian Rogers
1
-7
/
+0
2022-01-12
perf cpumap: Add comments to aggr_cpu_id()
Ian Rogers
1
-0
/
+9
2022-01-12
perf cpumap: Remove map+index get_node()
Ian Rogers
3
-10
/
+1
[prev]
[next]