Searched refs:hists__has (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/perf/tests/ |
| H A D | hists_link.c | 169 if (hists__has(hists, need_collapse)) in __validate_match() 221 if (hists__has(hists, need_collapse)) in __validate_link()
|
| H A D | hists_common.c | 169 if (hists__has(hists, need_collapse)) in print_hists_in()
|
| H A D | hists_cumulate.c | 137 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
| H A D | hists_output.c | 102 if (hists__has(hists, need_collapse)) in del_hist_entries()
|
| /linux-6.15/tools/perf/ui/browsers/ |
| H A D | hists.c | 2547 if ((!hists__has(browser->hists, thread) && in do_zoom_thread() 2548 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread() 2560 if (hists__has(browser->hists, thread)) { in do_zoom_thread() 2585 if ((!hists__has(browser->hists, thread) && in add_thread_opt() 2591 if (hists__has(browser->hists, thread)) { in add_thread_opt() 2607 if (!hists__has(browser->hists, dso) || map == NULL) in hists_browser__zoom_map() 2639 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt() 2686 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt() 2901 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt() 3110 if (!hists__has(hists, sym)) { in evsel__hists_browse() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.c | 390 if (hists__has(hists, need_collapse)) in hists__delete_entry() 661 if (hists__has(hists, sym) && he->ms.map != entry->ms.map) { in hists__findnew_entry() 1180 bool fast = hists__has(he_tmp.hists, sym); in iter_add_next_cumulative_entry() 1759 if (!hists__has(hists, need_collapse)) in hists__collapse_resort() 2016 if (hists__has(hists, need_collapse)) in output_resort() 2477 if (hists__has(hists, need_collapse)) in hists__add_dummy_entry() 2562 if (hists__has(hists, need_collapse)) in hists__find_entry() 2636 if (hists__has(leader, need_collapse)) in hists__match() 2712 if (hists__has(other, need_collapse)) in hists__link() 2737 if (hists__has(hists, need_collapse)) in hists__unlink() [all …]
|
| H A D | hist.h | 130 #define hists__has(__h, __f) (__h)->hpp_list->__f macro
|
| H A D | sort.c | 337 if (!hists__has(left->hists, dso)) { in sort__sym_cmp()
|
| /linux-6.15/tools/perf/ui/gtk/ |
| H A D | hists.c | 388 symbol_conf.use_callchain && hists__has(hists, sym)) { in perf_gtk__show_hists()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-diff.c | 533 if (hists__has(hists, need_collapse)) in hists__baseline_only() 677 if (hists__has(hists, need_collapse)) in hists__precompute()
|
| H A D | builtin-kvm.c | 646 if (hists__has(&kvm_hists.hists, need_collapse)) in clear_events_cache_stats()
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 826 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */ in hists__sort_list_width()
|