Searched refs:perf_cpu_map__equal (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/perf/tests/ |
D | cpumap.c | 226 TEST_ASSERT_VAL("equal", perf_cpu_map__equal(maps[i], maps[i])); in test__cpu_map_equal() 231 TEST_ASSERT_VAL("not equal", !perf_cpu_map__equal(maps[i], maps[j])); in test__cpu_map_equal() 237 TEST_ASSERT_VAL("pair", perf_cpu_map__equal(pair, tmp)); in test__cpu_map_equal() 241 TEST_ASSERT_VAL("one", perf_cpu_map__equal(one, tmp)); in test__cpu_map_equal()
|
/linux-6.6.21/tools/lib/perf/include/perf/ |
D | cpumap.h | 42 LIBPERF_API bool perf_cpu_map__equal(const struct perf_cpu_map *lhs,
|
/linux-6.6.21/tools/lib/perf/ |
D | cpumap.c | 338 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.6.21/tools/perf/util/ |
D | evlist.c | 2499 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evlist__warn_user_requested_cpus()
|