Lines Matching refs:hists__has
2213 if (hists__has(hists, thread)) { in perf_evsel_browser_title()
2398 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2399 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2408 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2433 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2434 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2437 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2460 if (!hists__has(browser->hists, dso) || map == NULL) in do_zoom_dso()
2485 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2510 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2612 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
2634 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt()
2812 if (!hists__has(hists, sym)) { in perf_evsel__hists_browse()
2975 if (!hists__has(hists, sym) || browser->selection == NULL) in perf_evsel__hists_browse()
3019 if (hists__has(hists, thread) && thread) { in perf_evsel__hists_browse()
3034 if (hists__has(hists, sym) && browser->selection->sym) { in perf_evsel__hists_browse()