Searched refs:bpf_cpu (Results 1 – 1 of 1) sorted by relevance
236 int err, idx, bpf_cpu; in bpf_program_profiler__read() local259 for (bpf_cpu = 0; bpf_cpu < num_cpu_bpf; bpf_cpu++) { in bpf_program_profiler__read()261 (struct perf_cpu){.cpu = bpf_cpu}); in bpf_program_profiler__read()265 counts->val += values[bpf_cpu].counter; in bpf_program_profiler__read()266 counts->ena += values[bpf_cpu].enabled; in bpf_program_profiler__read()267 counts->run += values[bpf_cpu].running; in bpf_program_profiler__read()