Home
last modified time | relevance | path

Searched refs:thread_filter (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_filter.c72 hists->thread_filter = NULL; in add_hist_entries()
168 hists->thread_filter = fake_samples[9].thread; in test__hists_filter()
193 hists->thread_filter = NULL; in test__hists_filter()
290 hists->thread_filter = fake_samples[1].thread; in test__hists_filter()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dhists_filter.c74 hists->thread_filter = NULL; in add_hist_entries()
180 hists->thread_filter = fake_samples[9].thread; in test__hists_filter()
205 hists->thread_filter = NULL; in test__hists_filter()
302 hists->thread_filter = fake_samples[1].thread; in test__hists_filter()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.h88 struct thread *thread_filter; member
208 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
H A Dhist.c2102 if (hists->thread_filter != NULL && in hists__filter_entry_by_thread()
2103 he->thread != hists->thread_filter) { in hists__filter_entry_by_thread()
2269 hists->thread_filter); in hists__filter_by_thread()
2686 struct thread *thread = hists->thread_filter; in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.h100 struct thread *thread_filter; member
224 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
H A Dhist.c2144 if (hists->thread_filter != NULL && in hists__filter_entry_by_thread()
2145 RC_CHK_ACCESS(he->thread) != RC_CHK_ACCESS(hists->thread_filter)) { in hists__filter_entry_by_thread()
2311 hists->thread_filter); in hists__filter_by_thread()
2749 struct thread *thread = hists->thread_filter; in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2517 if (browser->hists->thread_filter) { in do_zoom_thread()
2518 pstack__remove(browser->pstack, &browser->hists->thread_filter); in do_zoom_thread()
2520 thread__zput(browser->hists->thread_filter); in do_zoom_thread()
2532 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()
2534 pstack__push(browser->pstack, &browser->hists->thread_filter); in do_zoom_thread()
2554 browser->hists->thread_filter ? "out of" : "into", in add_thread_opt()
2559 browser->hists->thread_filter ? "out of" : "into", in add_thread_opt()
3247 } else if (top == &browser->hists->thread_filter) { in perf_evsel__hists_browse()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2520 if (browser->hists->thread_filter) { in do_zoom_thread()
2521 pstack__remove(browser->pstack, &browser->hists->thread_filter); in do_zoom_thread()
2523 thread__zput(browser->hists->thread_filter); in do_zoom_thread()
2537 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()
2539 pstack__push(browser->pstack, &browser->hists->thread_filter); in do_zoom_thread()
2558 in_out = browser->hists->thread_filter ? "out of" : "into"; in add_thread_opt()
3249 } else if (top == &browser->hists->thread_filter) { in evsel__hists_browse()

Completed in 20 milliseconds