Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf_counter.c360 __u32 *filter_entry_cnt) in bperf_check_target() argument
370 *filter_entry_cnt = 1; in bperf_check_target()
373 *filter_entry_cnt = perf_cpu_map__nr(evsel__cpus(evsel)); in bperf_check_target()
376 *filter_entry_cnt = perf_thread_map__nr(evsel->core.threads); in bperf_check_target()
379 *filter_entry_cnt = perf_thread_map__nr(evsel->core.threads); in bperf_check_target()
444 __u32 filter_entry_cnt, i; in bperf__load() local
446 if (bperf_check_target(evsel, target, &filter_type, &filter_entry_cnt)) in bperf__load()
523 filter_entry_cnt); in bperf__load()
526 filter_entry_cnt); in bperf__load()
535 for (i = 0; i < filter_entry_cnt; i++) { in bperf__load()