index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
arm64
/
util
/
header.c
Age
Commit message (
Expand
)
Author
2024-11-16
perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str
Ian Rogers
2024-11-16
perf arm64 header: Use cpu argument in get_cpuid
Ian Rogers
2024-11-16
perf header: Refactor get_cpuid to take a CPU for ARM
Ian Rogers
2024-03-21
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
2024-03-21
perf arm64 header: Remove unnecessary CPU map get and put
Ian Rogers
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
2023-08-17
perf arm64: Allow version comparisons of CPU IDs
James Clark
2023-05-10
perf arm64: Fix build with refcount checking
James Clark
2020-02-12
perf tools: Add arm64 version of get_cpuid()
John Garry
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-08-22
perf arm64: Add missing debug.h header
Arnaldo Carvalho de Melo
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2017-12-05
perf tools arm64: Add support for get_cpuid_str function.
Ganapatrao Kulkarni