Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c181 hists__filter_by_thread(hists); in test__hists_filter()
206 hists__filter_by_thread(hists); in test__hists_filter()
304 hists__filter_by_thread(hists); in test__hists_filter()
/openbmc/linux/tools/perf/util/
H A Dhist.h218 void hists__filter_by_thread(struct hists *hists);
H A Dhist.c2312 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread() function
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2539 hists__filter_by_thread(browser->hists); in do_zoom_thread()