summary refs log tree commit diff
path: root/tools/lib/perf/cpumap.c
AgeCommit message (Expand)Author
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers
2022-04-01perf cpumap: Add is_subset functionIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers
2021-10-08libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sortedRiccardo Mancini
2021-08-31libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini
2021-08-11libperf: Add perf_cpu_map__default_new()Jin Yao
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe
2020-01-06libperf: Move to tools/lib/perfJiri Olsa