Home
last modified time | relevance | path

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

/tools/perf/tests/
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()
/tools/lib/perf/include/perf/
A Dcpumap.h83 LIBPERF_API bool perf_cpu_map__equal(const struct perf_cpu_map *lhs,
/tools/lib/perf/
A Devlist.c76 if (!perf_cpu_map__equal(evsel->cpus, evlist->user_requested_cpus)) { in __perf_evlist__propagate_maps()
98 perf_cpu_map__equal(evsel->cpus, evsel->pmu_cpus) && in __perf_evlist__propagate_maps()
A Dcpumap.c325 bool perf_cpu_map__equal(const struct perf_cpu_map *lhs, const struct perf_cpu_map *rhs) in perf_cpu_map__equal() function
/tools/perf/util/
A Dmem-events.c306 if (!perf_cpu_map__equal(cpu_map, cpu_map__online())) { in perf_mem_events__record_args()
A Devsel.c4115 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evsel__warn_user_requested_cpus()
/tools/perf/
A Dbuiltin-stat.c189 if (perf_cpu_map__equal(leader->core.cpus, evsel->core.cpus)) in evlist__check_cpu_maps()

Completed in 807 milliseconds