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/
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/
A Dhists_link.c151 if (RC_CHK_EQUAL(samples->thread, t) && in find_sample()
152 RC_CHK_EQUAL(samples->map, m) && in find_sample()
/linux/tools/perf/util/
A Dthreads.c160 if (table->last_match && RC_CHK_EQUAL(table->last_match, thread)) in threads__remove()
A Dsymbol.c878 if (!RC_CHK_EQUAL(curr_map, initial_map) && in maps__split_kallsyms()
922 } else if (!RC_CHK_EQUAL(curr_map, initial_map)) { in maps__split_kallsyms()
973 if (!RC_CHK_EQUAL(curr_map, initial_map)) { in maps__split_kallsyms()
988 if (!RC_CHK_EQUAL(curr_map, initial_map) && in maps__split_kallsyms()
1285 return !RC_CHK_EQUAL(map, map_to_save) && !__map__is_bpf_prog(map); in remove_old_maps()
1397 if (!RC_CHK_EQUAL(new_map, replacement_map)) { in dso__load_kcore()
A Dmaps.c80 assert(RC_CHK_EQUAL(map__kmap(map)->kmaps, maps)); in check_invariants()
555 return RC_CHK_EQUAL(a, b); in maps__equal()
A Dhist.c2146 (he->ms.map == NULL || !RC_CHK_EQUAL(map__dso(he->ms.map), hists->dso_filter))) { in hists__filter_entry_by_dso()
2158 !RC_CHK_EQUAL(he->thread, hists->thread_filter)) { in hists__filter_entry_by_thread()
A Dmachine.c754 if (!RC_CHK_EQUAL(map, machine->vmlinux_map)) in machine__process_ksymbol_unregister()
A Dsort.c133 return th && !RC_CHK_EQUAL(he->thread, th); in hist_entry__thread_filter()
/linux/tools/perf/
A Dbuiltin-sched.c1379 if (RC_CHK_EQUAL(l->thread, r->thread)) in pid_cmp()

Completed in 45 milliseconds