Home
last modified time | relevance | path

Searched refs:perf_cpu_map__is_subset (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/lib/perf/
Dcpumap.c368 bool perf_cpu_map__is_subset(const struct perf_cpu_map *a, const struct perf_cpu_map *b) in perf_cpu_map__is_subset() function
405 if (perf_cpu_map__is_subset(*orig, other)) in perf_cpu_map__merge()
407 if (perf_cpu_map__is_subset(other, *orig)) { in perf_cpu_map__merge()
451 if (perf_cpu_map__is_subset(other, orig)) in perf_cpu_map__intersect()
453 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__intersect()
/linux-6.14.4/tools/lib/perf/include/internal/
Dcpumap.h26 bool perf_cpu_map__is_subset(const struct perf_cpu_map *a, const struct perf_cpu_map *b);