Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c2422 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2423 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2432 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2457 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2458 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2461 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2484 if (!hists__has(browser->hists, dso) || map == NULL) in do_zoom_dso()
2509 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2534 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2727 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
[all …]
/Linux-v5.4/tools/perf/tests/
Dhists_link.c150 if (hists__has(hists, need_collapse)) in __validate_match()
202 if (hists__has(hists, need_collapse)) in __validate_link()
Dhists_common.c169 if (hists__has(hists, need_collapse)) in print_hists_in()
Dhists_cumulate.c133 if (hists__has(hists, need_collapse)) in del_hist_entries()
Dhists_output.c99 if (hists__has(hists, need_collapse)) in del_hist_entries()
/Linux-v5.4/tools/perf/util/
Dhist.c343 if (hists__has(hists, need_collapse)) in hists__delete_entry()
1594 if (!hists__has(hists, need_collapse)) in hists__collapse_resort()
1860 if (hists__has(hists, need_collapse)) in output_resort()
2286 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry()
2377 if (hists__has(hists, need_collapse)) in hists__find_entry()
2457 if (hists__has(leader, need_collapse)) in hists__match()
2533 if (hists__has(other, need_collapse)) in hists__link()
2558 if (hists__has(hists, need_collapse)) in hists__unlink()
2683 if (hists__has(hists, thread)) { in __hists__scnprintf_title()
Dhist.h102 #define hists__has(__h, __f) (__h)->hpp_list->__f macro
Dsort.c272 if (!hists__has(left->hists, dso) || hists__has(right->hists, dso)) { in sort__sym_cmp()
/Linux-v5.4/tools/perf/ui/gtk/
Dhists.c388 symbol_conf.use_callchain && hists__has(hists, sym)) { in perf_gtk__show_hists()
/Linux-v5.4/tools/perf/ui/
Dhist.c666 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */ in hists__sort_list_width()
/Linux-v5.4/tools/perf/
Dbuiltin-diff.c516 if (hists__has(hists, need_collapse)) in hists__baseline_only()
735 if (hists__has(hists, need_collapse)) in hists__precompute()