aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/perf/include/perf/cpumap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers1-0/+11
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers1-0/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_is_empty()Ian Rogers1-2/+2
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_online_cpus() and prefer sysfsIan Rogers1-1/+14
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers1-2/+2
2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers1-0/+10
2023-05-27perf cpumap: Add equal functionIan Rogers1-0/+2
2023-05-26perf cpumap: Add intersect functionIan Rogers1-0/+2
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak1-0/+5
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo1-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo1-1/+0
2022-08-19perf cpumap: Const map for max()Ian Rogers1-1/+1
2022-05-23perf cpumap: Add perf_cpu_map__for_each_idx()Ian Rogers1-0/+3
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa1-0/+5
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-5/+4
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-0/+1
2021-08-11libperf: Add perf_cpu_map__default_new()Jin Yao1-0/+1
2020-01-06libperf: Move to tools/lib/perfJiri Olsa1-0/+28