index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
cpumap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-10
perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
Arnaldo Carvalho de Melo
1
-9
/
+9
2026-06-10
perf tools: Fix get_max_num() size_t underflow on empty sysfs file
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-06-06
perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()
Arnaldo Carvalho de Melo
1
-4
/
+17
2026-06-04
perf tools: Add bounds check to cpu__get_node()
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-05-29
perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
Arnaldo Carvalho de Melo
1
-17
/
+45
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
1
-5
/
+5
2025-12-04
perf cpumap: Add "any" CPU handling to cpu_map__snprint_mask
Ian Rogers
1
-2
/
+7
2025-03-19
perf cpumap: Increment reference count for online cpumap
Ian Rogers
1
-1
/
+1
2025-02-27
perf cpumap: Reduce cpu size from int to int16_t
Ian Rogers
1
-20
/
+46
2025-01-28
perf cpumap: Fix die and cluster IDs
James Clark
1
-2
/
+2
2024-05-07
perf cpumap: Remove refcnt from 'struct cpu_aggr_map'
Ian Rogers
1
-2
/
+0
2024-03-21
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
1
-7
/
+5
2024-02-09
perf stat: Support per-cluster aggregation
Yicong Yang
1
-2
/
+31
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
1
-1
/
+1
2023-05-27
perf pmu: Add CPU map for "cpu" PMUs
Ian Rogers
1
-2
/
+2
2023-05-23
perf stat: Setup the foundation to allow aggregation based on cache topology
K Prateek Nayak
1
-0
/
+10
2023-04-17
perf cpumap: Add reference count checking
Ian Rogers
1
-6
/
+6
2023-04-17
perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...
Ian Rogers
1
-5
/
+5
2023-04-17
perf cpumap: Remove initializations done in perf_cpu_map__alloc()
Arnaldo Carvalho de Melo
1
-6
/
+1
2023-04-12
libperf: Make perf_cpu_map__alloc() available as an internal function for too...
Ian Rogers
1
-1
/
+1
2023-04-12
perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
Ian Rogers
1
-6
/
+6
2022-11-16
perf cpumap: Tidy libperf includes
Ian Rogers
1
-0
/
+1
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
1
-2
/
+4
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
1
-0
/
+10
2022-10-06
perf stat: Rename to aggr_cpu_id.thread_idx
Namhyung Kim
1
-4
/
+4
2022-10-04
perf cpumap: Add range data encoding
Ian Rogers
1
-2
/
+29
2022-08-19
perf cpumap: Fix alignment for masks in event encoding
Ian Rogers
1
-16
/
+64
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-44
/
+47
2022-01-12
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
1
-4
/
+21
2022-01-12
perf cpumap: Trim the cpu_aggr_map
Ian Rogers
1
-0
/
+8
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
1
-5
/
+0
2022-01-12
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
1
-7
/
+7
2022-01-12
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
1
-38
/
+21
2022-01-12
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
1
-7
/
+2
2022-01-12
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
1
-6
/
+6
2022-01-12
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
1
-6
/
+5
2022-01-12
perf cpumap: Rename empty functions
Ian Rogers
1
-12
/
+12
2022-01-12
perf cpumap: Simplify equal function name
Ian Rogers
1
-7
/
+7
2022-01-12
perf cpumap: Remove map+index get_node()
Ian Rogers
1
-8
/
+0
2022-01-12
perf cpumap: Remove map+index get_core()
Ian Rogers
1
-8
/
+0
2022-01-12
perf cpumap: Remove map+index get_die()
Ian Rogers
1
-9
/
+0
2022-01-12
perf cpumap: Remove map+index get_socket()
Ian Rogers
1
-9
/
+0
2022-01-12
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
1
-6
/
+6
2022-01-12
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
1
-33
/
+46
2020-12-24
perf stat aggregation: Add separate thread member
James Clark
1
-7
/
+7
2020-12-24
perf stat aggregation: Add separate core member
James Clark
1
-8
/
+10
2020-12-24
perf stat aggregation: Add separate die member
James Clark
1
-14
/
+14
2020-12-24
perf stat aggregation: Add separate socket member
James Clark
1
-22
/
+22
2020-12-24
perf stat aggregation: Add separate node member
James Clark
1
-5
/
+11
2020-12-24
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
1
-4
/
+4
[next]