Searched refs:report_final (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/bpf/benchs/ |
| D | bench_trigger.c | 211 .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 …]
|
| D | bench_rename.c | 122 .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,
|
| D | bench_bloom_filter_map.c | 437 .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,
|
| D | bench_count.c | 80 .report_final = hits_drops_report_final, 90 .report_final = hits_drops_report_final,
|
| D | bench_local_storage_rcu_tasks_trace.c | 242 static void report_final(struct bench_res res[], int res_cnt) in report_final() function 280 .report_final = report_final,
|
| D | bench_local_storage.c | 264 .report_final = local_storage_report_final, 275 .report_final = local_storage_report_final, 286 .report_final = local_storage_report_final,
|
| D | bench_strncmp.c | 149 .report_final = hits_drops_report_final, 160 .report_final = hits_drops_report_final,
|
| D | bench_ringbufs.c | 527 .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,
|
| D | bench_bpf_loop.c | 104 .report_final = ops_report_final,
|
| D | bench_bpf_hashmap_full_update.c | 95 .report_final = hashmap_report_final,
|
| /Linux-v6.1/tools/testing/selftests/bpf/ |
| D | bench.h | 56 void (*report_final)(struct bench_res res[], int res_cnt); member
|
| D | bench.c | 644 if (bench->report_final) in main() 646 bench->report_final(state.results + env.warmup_sec, in main()
|