Home
last modified time | relevance | path

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

/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()
/tools/perf/ui/browsers/
Dhists.c2514 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2515 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2524 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2549 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2550 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2553 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2573 if (!hists__has(browser->hists, dso) || map == NULL) in hists_browser__zoom_map()
2604 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2651 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2844 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
[all …]
/tools/perf/util/
Dhist.c362 if (hists__has(hists, need_collapse)) in hists__delete_entry()
1119 bool fast = hists__has(he_tmp.hists, sym); in iter_add_next_cumulative_entry()
1647 if (!hists__has(hists, need_collapse)) in hists__collapse_resort()
1913 if (hists__has(hists, need_collapse)) in output_resort()
2344 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry()
2435 if (hists__has(hists, need_collapse)) in hists__find_entry()
2515 if (hists__has(leader, need_collapse)) in hists__match()
2591 if (hists__has(other, need_collapse)) in hists__link()
2616 if (hists__has(hists, need_collapse)) in hists__unlink()
2757 if (hists__has(hists, thread)) { in __hists__scnprintf_title()
Dhist.h109 #define hists__has(__h, __f) (__h)->hpp_list->__f macro
Dsort.c278 if (!hists__has(left->hists, dso) || hists__has(right->hists, dso)) { in sort__sym_cmp()
/tools/perf/ui/gtk/
Dhists.c388 symbol_conf.use_callchain && hists__has(hists, sym)) { in perf_gtk__show_hists()
/tools/perf/
Dbuiltin-diff.c544 if (hists__has(hists, need_collapse)) in hists__baseline_only()
688 if (hists__has(hists, need_collapse)) in hists__precompute()
/tools/perf/ui/
Dhist.c729 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */ in hists__sort_list_width()