Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c116 .report_final = hits_drops_report_final,
126 .report_final = hits_drops_report_final,
136 .report_final = hits_drops_report_final,
146 .report_final = hits_drops_report_final,
156 .report_final = hits_drops_report_final,
166 .report_final = hits_drops_report_final,
H A Dbench_count.c69 .report_final = hits_drops_report_final,
78 .report_final = hits_drops_report_final,
H A Dbench_bloom_filter_map.c432 .report_final = hits_drops_report_final,
443 .report_final = hits_drops_report_final,
454 .report_final = false_hits_report_final,
465 .report_final = hits_drops_report_final,
476 .report_final = hits_drops_report_final,
H A Dbench_local_storage_rcu_tasks_trace.c224 static void report_final(struct bench_res res[], int res_cnt) in report_final() function
262 .report_final = report_final,
H A Dbench_local_storage_create.c210 static void report_final(struct bench_res res[], int res_cnt) in report_progress()
248 .report_final = report_final,
218 static void report_final(struct bench_res res[], int res_cnt) report_final() function
H A Dbench_local_storage.c259 .report_final = local_storage_report_final,
270 .report_final = local_storage_report_final,
281 .report_final = local_storage_report_final,
H A Dbench_strncmp.c144 .report_final = hits_drops_report_final,
155 .report_final = hits_drops_report_final,
H A Dbench_ringbufs.c581 .report_final = hits_drops_report_final,
593 .report_final = hits_drops_report_final,
605 .report_final = hits_drops_report_final,
617 .report_final = hits_drops_report_final,
H A Dbench_bpf_crypto.c173 .report_final = hits_drops_report_final,
184 .report_final = hits_drops_report_final,
H A Dbench_bpf_loop.c99 .report_final = ops_report_final,
H A Dbench_bpf_for.c103 .report_final = ops_report_final,
H A Dbench_bpf_hashmap_full_update.c108 .report_final = hashmap_report_final,
118 .report_final = hashmap_report_final,
H A Dbench_trigger.c614 .report_final = hits_drops_report_final,
625 .report_final = hits_drops_report_final, \
651 .report_final = hits_drops_report_final, \
H A Dbench_bpf_hashmap_lookup.c292 .report_final = hashmap_report_final,
303 .report_final = hashmap_report_final,
H A Dbench_htab_mem.c369 .report_final = htab_mem_report_final,
380 .report_final = htab_mem_report_final,
/linux/tools/testing/selftests/bpf/
H A Dbench.h62 void (*report_final)(struct bench_res res[], int res_cnt);
60 void (*report_final)(struct bench_res res[], int res_cnt); global() member
H A Dbench.c806 if (bench->report_final) in main()
808 bench->report_final(state.results + env.warmup_sec, in main()