Home
last modified time | relevance | path

Searched refs:thread_filter (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/tests/
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()
/linux/tools/perf/util/
A Dhist.h105 struct thread *thread_filter; member
389 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
A Dhist.c2157 if (hists->thread_filter != NULL && in hists__filter_entry_by_thread()
2158 !RC_CHK_EQUAL(he->thread, hists->thread_filter)) { in hists__filter_entry_by_thread()
2324 hists->thread_filter); in hists__filter_by_thread()
2772 struct thread *thread = hists->thread_filter; in __hists__scnprintf_title()
/linux/tools/perf/ui/browsers/
A Dhists.c2544 if (browser->hists->thread_filter) { in do_zoom_thread()
2545 pstack__remove(browser->pstack, &browser->hists->thread_filter); in do_zoom_thread()
2547 thread__zput(browser->hists->thread_filter); in do_zoom_thread()
2561 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()
2563 pstack__push(browser->pstack, &browser->hists->thread_filter); in do_zoom_thread()
2582 in_out = browser->hists->thread_filter ? "out of" : "into"; in add_thread_opt()
3273 } else if (top == &browser->hists->thread_filter) { in evsel__hists_browse()

Completed in 56 milliseconds