Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf_counter.c232 int num_cpu_bpf = libbpf_num_possible_cpus(); in bpf_program_profiler__read() local
233 struct bpf_perf_event_value values[num_cpu_bpf]; in bpf_program_profiler__read()
608 __u32 num_cpu_bpf = cpu__max_cpu(); in bperf__read() local
609 struct bpf_perf_event_value values[num_cpu_bpf]; in bperf__read()
646 for (cpu = 0; cpu < num_cpu_bpf; cpu++) { in bperf__read()