Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Dbench_trigger.c211 .report_final = hits_drops_report_final,
222 .report_final = hits_drops_report_final,
233 .report_final = hits_drops_report_final,
244 .report_final = hits_drops_report_final,
255 .report_final = hits_drops_report_final,
266 .report_final = hits_drops_report_final,
277 .report_final = hits_drops_report_final,
287 .report_final = hits_drops_report_final,
297 .report_final = hits_drops_report_final,
307 .report_final = hits_drops_report_final,
[all …]
Dbench_rename.c122 .report_final = hits_drops_report_final,
133 .report_final = hits_drops_report_final,
144 .report_final = hits_drops_report_final,
155 .report_final = hits_drops_report_final,
166 .report_final = hits_drops_report_final,
177 .report_final = hits_drops_report_final,
Dbench_bloom_filter_map.c437 .report_final = hits_drops_report_final,
448 .report_final = hits_drops_report_final,
459 .report_final = false_hits_report_final,
470 .report_final = hits_drops_report_final,
481 .report_final = hits_drops_report_final,
Dbench_count.c80 .report_final = hits_drops_report_final,
90 .report_final = hits_drops_report_final,
Dbench_local_storage_rcu_tasks_trace.c242 static void report_final(struct bench_res res[], int res_cnt) in report_final() function
280 .report_final = report_final,
Dbench_local_storage.c264 .report_final = local_storage_report_final,
275 .report_final = local_storage_report_final,
286 .report_final = local_storage_report_final,
Dbench_strncmp.c149 .report_final = hits_drops_report_final,
160 .report_final = hits_drops_report_final,
Dbench_ringbufs.c527 .report_final = hits_drops_report_final,
538 .report_final = hits_drops_report_final,
549 .report_final = hits_drops_report_final,
560 .report_final = hits_drops_report_final,
Dbench_bpf_loop.c104 .report_final = ops_report_final,
Dbench_bpf_hashmap_full_update.c95 .report_final = hashmap_report_final,
/Linux-v6.1/tools/testing/selftests/bpf/
Dbench.h56 void (*report_final)(struct bench_res res[], int res_cnt); member
Dbench.c644 if (bench->report_final) in main()
646 bench->report_final(state.results + env.warmup_sec, in main()