Home
last modified time | relevance | path

Searched refs:perf_cpu_map__equal (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dcpumap.c259 TEST_ASSERT_VAL("equal", perf_cpu_map__equal(*maps[i], *maps[i])); in test__cpu_map_equal()
264 TEST_ASSERT_VAL("not equal", !perf_cpu_map__equal(*maps[i], *maps[j])); in test__cpu_map_equal()
270 TEST_ASSERT_VAL("pair", perf_cpu_map__equal(pair, two)); in test__cpu_map_equal()
273 TEST_ASSERT_VAL("one", perf_cpu_map__equal(one, tmp)); in test__cpu_map_equal()
/linux-6.15/tools/lib/perf/include/perf/
H A Dcpumap.h81 LIBPERF_API bool perf_cpu_map__equal(const struct perf_cpu_map *lhs,
/linux-6.15/tools/lib/perf/
H A Dcpumap.c315 bool perf_cpu_map__equal(const struct perf_cpu_map *lhs, const struct perf_cpu_map *rhs) in perf_cpu_map__equal() function
/linux-6.15/tools/perf/util/
H A Dmem-events.c308 if (!perf_cpu_map__equal(cpu_map, online)) { in perf_mem_events__record_args()
H A Devlist.c2542 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evlist__warn_user_requested_cpus()
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c191 if (perf_cpu_map__equal(leader->core.cpus, evsel->core.cpus)) in evlist__check_cpu_maps()