| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_rename.c | 115 .report_progress = hits_drops_report_progress, 125 .report_progress = hits_drops_report_progress, 135 .report_progress = hits_drops_report_progress, 145 .report_progress = hits_drops_report_progress, 155 .report_progress = hits_drops_report_progress, 165 .report_progress = hits_drops_report_progress,
|
| H A D | bench_lpm_trie_map.c | 481 .report_progress = ops_report_progress, 493 .report_progress = ops_report_progress, 505 .report_progress = ops_report_progress, 517 .report_progress = insert_ops_report_progress, 529 .report_progress = ops_report_progress, 541 .report_progress = delete_ops_report_progress, 553 .report_progress = free_ops_report_progress,
|
| H A D | bench_bloom_filter_map.c | 431 .report_progress = hits_drops_report_progress, 442 .report_progress = hits_drops_report_progress, 453 .report_progress = false_hits_report_progress, 464 .report_progress = hits_drops_report_progress, 475 .report_progress = hits_drops_report_progress,
|
| H A D | bench_local_storage_rcu_tasks_trace.c | 207 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() function 261 .report_progress = report_progress,
|
| H A D | bench_count.c | 68 .report_progress = hits_drops_report_progress, 77 .report_progress = hits_drops_report_progress,
|
| H A D | bench_local_storage.c | 258 .report_progress = local_storage_report_progress, 269 .report_progress = local_storage_report_progress, 280 .report_progress = local_storage_report_progress,
|
| H A D | bench_local_storage_create.c | 204 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() function 256 .report_progress = report_progress,
|
| H A D | bench_strncmp.c | 143 .report_progress = hits_drops_report_progress, 154 .report_progress = hits_drops_report_progress,
|
| H A D | bench_bpf_crypto.c | 172 .report_progress = hits_drops_report_progress, 183 .report_progress = hits_drops_report_progress,
|
| H A D | bench_ringbufs.c | 580 .report_progress = hits_drops_report_progress, 592 .report_progress = hits_drops_report_progress, 604 .report_progress = hits_drops_report_progress, 616 .report_progress = hits_drops_report_progress,
|
| H A D | bench_trigger.c | 555 .report_progress = hits_drops_report_progress, 566 .report_progress = hits_drops_report_progress, \ 592 .report_progress = hits_drops_report_progress, \
|
| H A D | bench_sockmap.c | 502 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() function 597 .report_progress = report_progress,
|
| H A D | bench_bpf_loop.c | 98 .report_progress = ops_report_progress,
|
| H A D | bench_bpf_hashmap_full_update.c | 87 .report_progress = NULL,
|
| H A D | bench_bpf_hashmap_lookup.c | 275 .report_progress = NULL,
|
| H A D | bench_htab_mem.c | 348 .report_progress = htab_mem_report_progress,
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bench.h | 61 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); 60 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); global() member
|
| H A D | bench.c | 746 if (bench->report_progress) in collect_measurements() 747 bench->report_progress(iter, res, delta_ns); in collect_measurements()
|