Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/
H A Dcpumap.c377 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
412 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__merge()
414 if (perf_cpu_map__is_subset(other, orig)) { in perf_cpu_map__merge()
456 if (perf_cpu_map__is_subset(other, orig)) in perf_cpu_map__intersect()
458 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__intersect()
/openbmc/linux/tools/lib/perf/include/internal/
H A Dcpumap.h30 bool perf_cpu_map__is_subset(const struct perf_cpu_map *a, const struct perf_cpu_map *b);