Searched refs:RC_CHK_EQUAL (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/lib/perf/include/internal/ |
| H A D | rc_check.h | 58 #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 D | hists_link.c | 151 if (RC_CHK_EQUAL(samples->thread, t) && in find_sample() 152 RC_CHK_EQUAL(samples->map, m) && in find_sample()
|
| H A D | kallsyms-split.c | 144 if (!RC_CHK_EQUAL(map, machine__kernel_map(&m))) { in test__kallsyms_split()
|
| /linux/tools/perf/util/ |
| H A D | symbol.c | 894 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 D | maps.c | 84 assert(RC_CHK_EQUAL(map__kmap(map)->kmaps, maps)); in check_invariants() 591 return RC_CHK_EQUAL(a, b); in maps__equal()
|
| H A D | hist.c | 2277 (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 D | machine.c | 797 if (!RC_CHK_EQUAL(map, machine->vmlinux_map)) in machine__process_ksymbol_unregister()
|
| H A D | sort.c | 135 return th && !RC_CHK_EQUAL(he->thread, th);
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 1004 BUG_ON(!RC_CHK_EQUAL(thread, atoms->thread)); in thread_atoms_search() 1396 if (RC_CHK_EQUAL(l->thread, r->thread)) in pid_cmp()
|