Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_hashmap_lookup.c27 u64 __attribute__((__aligned__(256))) percpu_times[NR_CPUS][NR_SLOTS]; variable
60 percpu_times[cpu & CPU_MASK][times_index] = bpf_ktime_get_ns() - start_time; in benchmark()
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_bpf_hashmap_lookup.c248 n = compute_events(ctx.skel->bss->percpu_times[i], &events_mean, in hashmap_report_final()