Lines Matching refs:hists__has
2524 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2525 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2534 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2559 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2560 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2563 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2583 if (!hists__has(browser->hists, dso) || map == NULL) in hists_browser__zoom_map()
2614 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2661 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2854 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
2876 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt()
3085 if (!hists__has(hists, sym)) { in evsel__hists_browse()
3288 if (!hists__has(hists, sym) || browser->selection == NULL) in evsel__hists_browse()
3335 if (hists__has(hists, thread) && thread) { in evsel__hists_browse()
3350 if (hists__has(hists, sym) && browser->selection->sym) { in evsel__hists_browse()