Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhist.h37 typedef u16 filter_mask_t; typedef
259 filter_mask_t filtered;
H A Dhist.c597 static filter_mask_t symbol__parent_filter(const struct symbol *parent) in symbol__parent_filter()