Home
last modified time | relevance | path

Searched refs:RC_CHK_EQUAL (Results 1 – 9 of 9) sorted by relevance

/linux/tools/lib/perf/include/internal/
H A Drc_check.h58 #define RC_CHK_EQUAL(object1, object2) (object1 == object2) macro
108 #define RC_CHK_EQUAL(object1, object2) (object1 == object2 || \ macro
/linux/tools/perf/tests/
H A Dhists_link.c151 if (RC_CHK_EQUAL(samples->thread, t) && in find_sample()
152 RC_CHK_EQUAL(samples->map, m) && in find_sample()
H A Dkallsyms-split.c144 if (!RC_CHK_EQUAL(map, machine__kernel_map(&m))) { in test__kallsyms_split()
/linux/tools/perf/util/
H A Dsymbol.c894 if (!RC_CHK_EQUAL(curr_map, initial_map) && in maps__split_kallsyms()
938 } else if (!RC_CHK_EQUAL(curr_map, initial_map)) { in maps__split_kallsyms()
992 if (!RC_CHK_EQUAL(curr_map, initial_map)) { in maps__split_kallsyms()
1007 if (!RC_CHK_EQUAL(curr_map, initial_map) && in maps__split_kallsyms()
1304 return !RC_CHK_EQUAL(map, map_to_save) && !__map__is_bpf_prog(map); in remove_old_maps()
1416 if (!RC_CHK_EQUAL(new_map, replacement_map)) { in dso__load_kcore()
H A Dmaps.c84 assert(RC_CHK_EQUAL(map__kmap(map)->kmaps, maps)); in check_invariants()
591 return RC_CHK_EQUAL(a, b); in maps__equal()
H A Dhist.c2277 (he->ms.map == NULL || !RC_CHK_EQUAL(map__dso(he->ms.map), hists->dso_filter))) { in hists__filter_entry_by_dso()
2289 !RC_CHK_EQUAL(he->thread, hists->thread_filter)) { in hists__filter_entry_by_thread()
H A Dmachine.c797 if (!RC_CHK_EQUAL(map, machine->vmlinux_map)) in machine__process_ksymbol_unregister()
H A Dsort.c135 return th && !RC_CHK_EQUAL(he->thread, th);
/linux/tools/perf/
H A Dbuiltin-sched.c1004 BUG_ON(!RC_CHK_EQUAL(thread, atoms->thread)); in thread_atoms_search()
1396 if (RC_CHK_EQUAL(l->thread, r->thread)) in pid_cmp()