Searched refs:filter_fn_t (Results 1 – 1 of 1) sorted by relevance
1934 typedef bool (*filter_fn_t)(struct hists *hists, struct hist_entry *he); typedef1936 static void hists__filter_by_type(struct hists *hists, int type, filter_fn_t filter) in hists__filter_by_type()