Symbol: hists__has
tools/perf/builtin-diff.c
533
if (hists__has(hists, need_collapse))
tools/perf/builtin-diff.c
677
if (hists__has(hists, need_collapse))
tools/perf/builtin-kvm.c
648
if (hists__has(&kvm_hists.hists, need_collapse))
tools/perf/tests/hists_common.c
169
if (hists__has(hists, need_collapse))
tools/perf/tests/hists_cumulate.c
136
if (hists__has(hists, need_collapse))
tools/perf/tests/hists_link.c
169
if (hists__has(hists, need_collapse))
tools/perf/tests/hists_link.c
221
if (hists__has(hists, need_collapse))
tools/perf/tests/hists_output.c
101
if (hists__has(hists, need_collapse))
tools/perf/ui/browsers/hists.c
2577
if ((!hists__has(browser->hists, thread) &&
tools/perf/ui/browsers/hists.c
2578
!hists__has(browser->hists, comm)) || thread == NULL)
tools/perf/ui/browsers/hists.c
2590
if (hists__has(browser->hists, thread)) {
tools/perf/ui/browsers/hists.c
2615
if ((!hists__has(browser->hists, thread) &&
tools/perf/ui/browsers/hists.c
2616
!hists__has(browser->hists, comm)) || thread == NULL)
tools/perf/ui/browsers/hists.c
2621
if (hists__has(browser->hists, thread)) {
tools/perf/ui/browsers/hists.c
2637
if (!hists__has(browser->hists, dso) || map == NULL)
tools/perf/ui/browsers/hists.c
2669
if (!hists__has(browser->hists, dso) || map == NULL)
tools/perf/ui/browsers/hists.c
2716
if (!hists__has(browser->hists, dso) || map == NULL)
tools/perf/ui/browsers/hists.c
2903
if (!hists__has(browser->hists, socket) || act->socket < 0)
tools/perf/ui/browsers/hists.c
2925
if (!hists__has(browser->hists, socket) || socket_id < 0)
tools/perf/ui/browsers/hists.c
3134
if (!hists__has(hists, sym)) {
tools/perf/ui/browsers/hists.c
3341
if (!hists__has(hists, sym) || browser->selection == NULL)
tools/perf/ui/browsers/hists.c
3388
if (hists__has(hists, thread) && thread) {
tools/perf/ui/browsers/hists.c
3403
if (hists__has(hists, sym) && browser->selection->sym) {
tools/perf/ui/gtk/hists.c
388
symbol_conf.use_callchain && hists__has(hists, sym)) {
tools/perf/ui/hist.c
1059
if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */
tools/perf/util/hist.c
1249
bool fast = hists__has(he_tmp.hists, sym);
tools/perf/util/hist.c
1836
if (!hists__has(hists, need_collapse))
tools/perf/util/hist.c
2093
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2554
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2639
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2713
if (hists__has(leader, need_collapse))
tools/perf/util/hist.c
2789
if (hists__has(other, need_collapse))
tools/perf/util/hist.c
2814
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2971
if (hists__has(hists, thread)) {
tools/perf/util/hist.c
457
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
726
if (hists__has(hists, sym) && he->ms.map != entry->ms.map) {
tools/perf/util/sort.c
499
if (!hists__has(left->hists, dso)) {