Searched refs:RC_CHK_EQUAL (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/lib/perf/include/internal/ |
| 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/ |
| 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()
|
| /linux/tools/perf/util/ |
| A D | threads.c | 160 if (table->last_match && RC_CHK_EQUAL(table->last_match, thread)) in threads__remove()
|
| A D | symbol.c | 878 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 D | maps.c | 80 assert(RC_CHK_EQUAL(map__kmap(map)->kmaps, maps)); in check_invariants() 555 return RC_CHK_EQUAL(a, b); in maps__equal()
|
| A D | hist.c | 2146 (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 D | machine.c | 754 if (!RC_CHK_EQUAL(map, machine->vmlinux_map)) in machine__process_ksymbol_unregister()
|
| A D | sort.c | 133 return th && !RC_CHK_EQUAL(he->thread, th); in hist_entry__thread_filter()
|
| /linux/tools/perf/ |
| A D | builtin-sched.c | 1379 if (RC_CHK_EQUAL(l->thread, r->thread)) in pid_cmp()
|
Completed in 45 milliseconds