Searched refs:report_final (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/benchs/ |
D | bench_trigger.c | 117 .report_final = hits_drops_report_final, 128 .report_final = hits_drops_report_final, 139 .report_final = hits_drops_report_final, 150 .report_final = hits_drops_report_final, 161 .report_final = hits_drops_report_final, 172 .report_final = hits_drops_report_final, 183 .report_final = hits_drops_report_final,
|
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_count.c | 80 .report_final = hits_drops_report_final, 90 .report_final = hits_drops_report_final,
|
D | bench_ringbufs.c | 531 .report_final = hits_drops_report_final, 542 .report_final = hits_drops_report_final, 553 .report_final = hits_drops_report_final, 564 .report_final = hits_drops_report_final,
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | bench.h | 46 void (*report_final)(struct bench_res res[], int res_cnt); member
|
D | bench.c | 458 if (bench->report_final) in main() 460 bench->report_final(state.results + env.warmup_sec, in main()
|