Lines Matching refs:hists__has
2523 if ((!hists__has(browser->hists, thread) && in do_zoom_thread()
2524 !hists__has(browser->hists, comm)) || thread == NULL) in do_zoom_thread()
2533 if (hists__has(browser->hists, thread)) { in do_zoom_thread()
2558 if ((!hists__has(browser->hists, thread) && in add_thread_opt()
2559 !hists__has(browser->hists, comm)) || thread == NULL) in add_thread_opt()
2562 if (hists__has(browser->hists, thread)) { in add_thread_opt()
2582 if (!hists__has(browser->hists, dso) || map == NULL) in hists_browser__zoom_map()
2613 if (!hists__has(browser->hists, dso) || map == NULL) in add_dso_opt()
2660 if (!hists__has(browser->hists, dso) || map == NULL) in add_map_opt()
2853 if (!hists__has(browser->hists, socket) || act->socket < 0) in do_zoom_socket()
2875 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt()
3088 if (!hists__has(hists, sym)) { in perf_evsel__hists_browse()
3291 if (!hists__has(hists, sym) || browser->selection == NULL) in perf_evsel__hists_browse()
3338 if (hists__has(hists, thread) && thread) { in perf_evsel__hists_browse()
3353 if (hists__has(hists, sym) && browser->selection->sym) { in perf_evsel__hists_browse()