Searched refs:perf_cpu_map__equal (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/tests/ |
| A 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/tools/lib/perf/include/perf/ |
| A D | cpumap.h | 82 LIBPERF_API bool perf_cpu_map__equal(const struct perf_cpu_map *lhs,
|
| /linux/tools/lib/perf/ |
| A D | cpumap.c | 366 bool perf_cpu_map__equal(const struct perf_cpu_map *lhs, const struct perf_cpu_map *rhs) in perf_cpu_map__equal() function
|
| /linux/tools/perf/util/ |
| A D | mem-events.c | 291 if (!perf_cpu_map__equal(cpu_map, cpu_map__online())) { in perf_mem_events__record_args()
|
| A D | evlist.c | 2589 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evlist__warn_user_requested_cpus()
|
| /linux/tools/perf/ |
| A D | builtin-stat.c | 207 if (perf_cpu_map__equal(leader->core.cpus, evsel->core.cpus)) in evlist__check_cpu_maps()
|
Completed in 21 milliseconds