Lines Matching refs:hists__has
2389 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2390 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2399 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2424 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2425 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2428 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2451 if (!hists__has(browser->hists, dso) || map == NULL) in do_zoom_dso()
2476 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2501 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2603 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
2625 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt()
2806 if (!hists__has(hists, sym)) { in perf_evsel__hists_browse()
2972 if (!hists__has(hists, sym) || browser->selection == NULL) in perf_evsel__hists_browse()
3016 if (hists__has(hists, thread) && thread) { in perf_evsel__hists_browse()
3031 if (hists__has(hists, sym) && browser->selection->sym) { in perf_evsel__hists_browse()