Symbol: hists__has
tools/perf/builtin-diff.c
531
if (hists__has(hists, need_collapse))
tools/perf/builtin-diff.c
675
if (hists__has(hists, need_collapse))
tools/perf/builtin-kvm.c
647
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
137
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
102
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
1246
bool fast = hists__has(he_tmp.hists, sym);
tools/perf/util/hist.c
1833
if (!hists__has(hists, need_collapse))
tools/perf/util/hist.c
2090
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2551
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2636
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2710
if (hists__has(leader, need_collapse))
tools/perf/util/hist.c
2786
if (hists__has(other, need_collapse))
tools/perf/util/hist.c
2811
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
2967
if (hists__has(hists, thread)) {
tools/perf/util/hist.c
454
if (hists__has(hists, need_collapse))
tools/perf/util/hist.c
723
if (hists__has(hists, sym) && he->ms.map != entry->ms.map) {
tools/perf/util/sort.c
374
if (!hists__has(left->hists, dso)) {