bpf_bench_timing
void bpf_bench_timing_measure(struct bpf_bench_timing *t, struct bench_res *res);
void bpf_bench_timing_report(struct bpf_bench_timing *t, const char *name, const char *desc);
void bpf_bench_calibrate(struct bpf_bench_timing *t, bpf_bench_run_fn run_fn, void *ctx);
struct bpf_bench_timing timing;
void bpf_bench_timing_measure(struct bpf_bench_timing *t, struct bench_res *res)
void bpf_bench_timing_report(struct bpf_bench_timing *t, const char *name, const char *description)
static void reset_timing(struct bpf_bench_timing *t)
static __u64 measure_elapsed(struct bpf_bench_timing *t, bpf_bench_run_fn run_fn, void *run_ctx,
void bpf_bench_calibrate(struct bpf_bench_timing *t, bpf_bench_run_fn run_fn, void *run_ctx)
static int collect_samples(struct bpf_bench_timing *t,
struct bpf_bench_timing timing;