Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c210 hists__filter_by_dso(hists); in test__hists_filter()
235 hists__filter_by_dso(hists); in test__hists_filter()
305 hists__filter_by_dso(hists); in test__hists_filter()
/openbmc/linux/tools/perf/util/
H A Dhist.h217 void hists__filter_by_dso(struct hists *hists);
H A Dhist.c2322 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso() function
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2590 hists__filter_by_dso(browser->hists); in hists_browser__zoom_map()