Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
A Dcpumap.c419 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
454 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__merge()
456 if (perf_cpu_map__is_subset(other, orig)) { in perf_cpu_map__merge()
498 if (perf_cpu_map__is_subset(other, orig)) in perf_cpu_map__intersect()
500 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__intersect()
/linux/tools/lib/perf/include/internal/
A Dcpumap.h30 bool perf_cpu_map__is_subset(const struct perf_cpu_map *a, const struct perf_cpu_map *b);

Completed in 4 milliseconds