Home
last modified time | relevance | path

Searched refs:hists__has (Results 1 – 11 of 11) sorted by relevance

/tools/perf/tests/
Dhists_link.c148 if (hists__has(hists, need_collapse)) in __validate_match()
200 if (hists__has(hists, need_collapse)) in __validate_link()
Dhists_common.c164 if (hists__has(hists, need_collapse)) in print_hists_in()
Dhists_cumulate.c129 if (hists__has(hists, need_collapse)) in del_hist_entries()
Dhists_output.c95 if (hists__has(hists, need_collapse)) in del_hist_entries()
/tools/perf/ui/browsers/
Dhists.c2213 if (hists__has(hists, thread)) { in perf_evsel_browser_title()
2398 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2399 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2408 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2433 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2434 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2437 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2460 if (!hists__has(browser->hists, dso) || map == NULL) in do_zoom_dso()
2485 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2510 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
[all …]
/tools/perf/util/
Dhist.c308 if (hists__has(hists, need_collapse)) in hists__delete_entry()
1454 if (!hists__has(hists, need_collapse)) in hists__collapse_resort()
1713 if (hists__has(hists, need_collapse)) in output_resort()
2126 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry()
2212 if (hists__has(hists, need_collapse)) in hists__find_entry()
2292 if (hists__has(leader, need_collapse)) in hists__match()
2368 if (hists__has(other, need_collapse)) in hists__link()
Dhist.h88 #define hists__has(__h, __f) (__h)->hpp_list->__f macro
Dsort.c240 if (!hists__has(left->hists, dso) || hists__has(right->hists, dso)) { in sort__sym_cmp()
/tools/perf/
Dbuiltin-diff.c421 if (hists__has(hists, need_collapse)) in hists__baseline_only()
443 if (hists__has(hists, need_collapse)) in hists__precompute()
/tools/perf/ui/gtk/
Dhists.c382 if (symbol_conf.use_callchain && hists__has(hists, sym)) { in perf_gtk__show_hists()
/tools/perf/ui/
Dhist.c651 if (verbose && hists__has(hists, sym)) /* Addr + origin */ in hists__sort_list_width()