Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_link.c169 if (hists__has(hists, need_collapse)) in __validate_match()
221 if (hists__has(hists, need_collapse)) in __validate_link()
H A Dhists_common.c169 if (hists__has(hists, need_collapse)) in print_hists_in()
H A Dhists_cumulate.c137 if (hists__has(hists, need_collapse)) in del_hist_entries()
H A Dhists_output.c102 if (hists__has(hists, need_collapse)) in del_hist_entries()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2513 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2514 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2526 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2551 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2552 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2557 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2573 if (!hists__has(browser->hists, dso) || map == NULL) in hists_browser__zoom_map()
2605 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2652 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2845 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
[all …]
/openbmc/linux/tools/perf/util/
H A Dhist.c368 if (hists__has(hists, need_collapse)) in hists__delete_entry()
640 if (hists__has(hists, sym) && he->ms.map != entry->ms.map) { in hists__findnew_entry()
1144 bool fast = hists__has(he_tmp.hists, sym); in iter_add_next_cumulative_entry()
1688 if (!hists__has(hists, need_collapse)) in hists__collapse_resort()
1954 if (hists__has(hists, need_collapse)) in output_resort()
2390 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry()
2481 if (hists__has(hists, need_collapse)) in hists__find_entry()
2561 if (hists__has(leader, need_collapse)) in hists__match()
2637 if (hists__has(other, need_collapse)) in hists__link()
2662 if (hists__has(hists, need_collapse)) in hists__unlink()
[all …]
H A Dhist.h115 #define hists__has(__h, __f) (__h)->hpp_list->__f macro
H A Dsort.c335 if (!hists__has(left->hists, dso)) { in sort__sym_cmp()
/openbmc/linux/tools/perf/ui/gtk/
H A Dhists.c388 symbol_conf.use_callchain && hists__has(hists, sym)) { in perf_gtk__show_hists()
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c546 if (hists__has(hists, need_collapse)) in hists__baseline_only()
690 if (hists__has(hists, need_collapse)) in hists__precompute()
H A Dbuiltin-kvm.c707 if (hists__has(&kvm_hists.hists, need_collapse)) in clear_events_cache_stats()
/openbmc/linux/tools/perf/ui/
H A Dhist.c732 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */ in hists__sort_list_width()