Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf_counter.c368 __u32 *filter_entry_cnt) in bperf_check_target() argument
378 *filter_entry_cnt = 1; in bperf_check_target()
381 *filter_entry_cnt = perf_cpu_map__nr(evsel__cpus(evsel)); in bperf_check_target()
384 *filter_entry_cnt = perf_thread_map__nr(evsel->core.threads); in bperf_check_target()
387 *filter_entry_cnt = perf_thread_map__nr(evsel->core.threads); in bperf_check_target()
397 static __u32 filter_entry_cnt; variable
475 if (bperf_check_target(evsel, target, &filter_type, &filter_entry_cnt)) in bperf__load()
552 filter_entry_cnt); in bperf__load()
561 for (i = 0; i < filter_entry_cnt; i++) { in bperf__load()
647 for (i = 0; i < filter_entry_cnt; i++) { in bperf__read()