Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhist.h607 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
H A Dhist.c2332 ret = hist_entry__filter(h, type, arg); in hists__filter_hierarchy()
H A Dsort.c2843 int hist_entry__filter(struct hist_entry *he, int type, const void *arg) in hist_entry__filter() function