summaryrefslogtreecommitdiffstats
path: root/tools/lib/perf/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* libperf cpumap: Add "any CPU"/dummy test functionIan Rogers2023-05-271-0/+5
* perf cpumap: Add equal functionIan Rogers2023-05-271-0/+21
* perf cpumap: Add internal nr and cpu accessorsIan Rogers2023-05-271-29/+45
* perf cpumap: Add intersect functionIan Rogers2023-05-261-0/+35
* perf cpumap: Add reference count checkingIan Rogers2023-04-171-39/+46
* libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo2023-04-171-3/+3
* libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo2023-04-121-0/+5
* libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers2023-04-121-1/+1
* perf cpumap: Const map for max()Ian Rogers2022-08-191-1/+1
* perf cpumap: More cpu map reuse by merge.Ian Rogers2022-04-011-10/+5
* perf cpumap: Add is_subset functionIan Rogers2022-04-011-0/+20
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-44/+59
* libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers2022-01-121-1/+6
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-121-1/+6
* libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sortedRiccardo Mancini2021-10-081-4/+12
* libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini2021-08-311-8/+2
* libperf: Add perf_cpu_map__default_new()Jin Yao2021-08-111-0/+5
* libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe2020-05-051-1/+1
* libperf: Move to tools/lib/perfJiri Olsa2020-01-061-0/+345