Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_counter.c239 int err, idx, bpf_cpu; in bpf_program_profiler__read() local
262 for (bpf_cpu = 0; bpf_cpu < num_cpu_bpf; bpf_cpu++) { in bpf_program_profiler__read()
264 (struct perf_cpu){.cpu = bpf_cpu}); in bpf_program_profiler__read()
268 counts->val += values[bpf_cpu].counter; in bpf_program_profiler__read()
269 counts->ena += values[bpf_cpu].enabled; in bpf_program_profiler__read()
270 counts->run += values[bpf_cpu].running; in bpf_program_profiler__read()