Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf_counter.c365 __u32 *filter_entry_cnt) in bperf_check_target() argument
375 *filter_entry_cnt = 1; in bperf_check_target()
378 *filter_entry_cnt = perf_cpu_map__nr(evsel__cpus(evsel)); in bperf_check_target()
381 *filter_entry_cnt = perf_thread_map__nr(evsel->core.threads); in bperf_check_target()
384 *filter_entry_cnt = perf_thread_map__nr(evsel->core.threads); in bperf_check_target()
449 __u32 filter_entry_cnt, i; in bperf__load() local
451 if (bperf_check_target(evsel, target, &filter_type, &filter_entry_cnt)) in bperf__load()
528 filter_entry_cnt); in bperf__load()
531 filter_entry_cnt); in bperf__load()
540 for (i = 0; i < filter_entry_cnt; i++) { in bperf__load()