/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 205 .report_final = hits_drops_report_final, 215 .report_final = hits_drops_report_final, 225 .report_final = hits_drops_report_final, 235 .report_final = hits_drops_report_final, 245 .report_final = hits_drops_report_final, 255 .report_final = hits_drops_report_final, 265 .report_final = hits_drops_report_final, 274 .report_final = hits_drops_report_final, 283 .report_final = hits_drops_report_final, 292 .report_final [all...] |
H A D | bench_rename.c | 116 .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 D | bench_count.c | 69 .report_final = hits_drops_report_final, 78 .report_final = hits_drops_report_final,
|
H A D | bench_local_storage_rcu_tasks_trace.c | 224 static void report_final(struct bench_res res[], int res_cnt) in report_final() function 262 .report_final = report_final,
|
H A D | bench_local_storage.c | 259 .report_final = local_storage_report_final, 270 .report_final = local_storage_report_final, 281 .report_final = local_storage_report_final,
|
H A D | bench_local_storage_create.c | 218 static void report_final(struct bench_res res[], int res_cnt) in report_final() function 257 .report_final = report_final,
|
H A D | bench_bloom_filter_map.c | 432 .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 D | bench_strncmp.c | 144 .report_final = hits_drops_report_final, 155 .report_final = hits_drops_report_final,
|
H A D | bench_ringbufs.c | 528 .report_final = hits_drops_report_final, 540 .report_final = hits_drops_report_final, 552 .report_final = hits_drops_report_final, 564 .report_final = hits_drops_report_final,
|
H A D | bench_bpf_hashmap_full_update.c | 88 .report_final = hashmap_report_final,
|
H A D | bench_bpf_loop.c | 99 .report_final = ops_report_final,
|
H A D | bench_bpf_hashmap_lookup.c | 276 .report_final = hashmap_report_final,
|
H A D | bench_htab_mem.c | 349 .report_final = htab_mem_report_final,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A 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,
|
H A 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,
|
H A D | bench_count.c | 80 .report_final = hits_drops_report_final, 90 .report_final = hits_drops_report_final,
|
H A 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,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bench.h | 46 void (*report_final)(struct bench_res res[], int res_cnt); member
|
H A D | bench.c | 458 if (bench->report_final) in main() 460 bench->report_final(state.results + env.warmup_sec, in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bench.h | 59 void (*report_final)(struct bench_res res[], int res_cnt); member
|
H A D | bench.c | 690 if (bench->report_final) in main() 692 bench->report_final(state.results + env.warmup_sec, in main()
|