Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c2389 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2390 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2399 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2424 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2425 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2428 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2451 if (!hists__has(browser->hists, dso) || map == NULL) in do_zoom_dso()
2476 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2501 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2603 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
[all …]
/Linux-v4.19/tools/perf/tests/
Dhists_link.c151 if (hists__has(hists, need_collapse)) in __validate_match()
203 if (hists__has(hists, need_collapse)) in __validate_link()
Dhists_common.c167 if (hists__has(hists, need_collapse)) in print_hists_in()
Dhists_cumulate.c132 if (hists__has(hists, need_collapse)) in del_hist_entries()
Dhists_output.c98 if (hists__has(hists, need_collapse)) in del_hist_entries()
/Linux-v4.19/tools/perf/util/
Dhist.c321 if (hists__has(hists, need_collapse)) in hists__delete_entry()
1475 if (!hists__has(hists, need_collapse)) in hists__collapse_resort()
1734 if (hists__has(hists, need_collapse)) in output_resort()
2149 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry()
2235 if (hists__has(hists, need_collapse)) in hists__find_entry()
2315 if (hists__has(leader, need_collapse)) in hists__match()
2391 if (hists__has(other, need_collapse)) in hists__link()
2522 if (hists__has(hists, thread)) { in __hists__scnprintf_title()
Dhist.h95 #define hists__has(__h, __f) (__h)->hpp_list->__f macro
Dsort.c253 if (!hists__has(left->hists, dso) || hists__has(right->hists, dso)) { in sort__sym_cmp()
/Linux-v4.19/tools/perf/
Dbuiltin-diff.c435 if (hists__has(hists, need_collapse)) in hists__baseline_only()
457 if (hists__has(hists, need_collapse)) in hists__precompute()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c386 symbol_conf.use_callchain && hists__has(hists, sym)) { in perf_gtk__show_hists()
/Linux-v4.19/tools/perf/ui/
Dhist.c662 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */ in hists__sort_list_width()