Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.c1934 typedef bool (*filter_fn_t)(struct hists *hists, struct hist_entry *he); typedef
1936 static void hists__filter_by_type(struct hists *hists, int type, filter_fn_t filter) in hists__filter_by_type()