Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c15 __uint(max_entries, MAX_FILTERS);
147 for (i = 0; i < MAX_FILTERS; i++) { in perf_sample_filter()
H A Dsample-filter.h4 #define MAX_FILTERS 64 macro
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c139 if (i > MAX_FILTERS) { in perf_bpf_filter__prepare()
140 pr_err("Too many filters: %d (max = %d)\n", i, MAX_FILTERS); in perf_bpf_filter__prepare()