Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c2183 typedef bool (*filter_fn_t)(struct hists *hists, struct hist_entry *he); typedef
2185 static void hists__filter_by_type(struct hists *hists, int type, filter_fn_t filter) in hists__filter_by_type()