Home
last modified time | relevance | path

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

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