Home
last modified time | relevance | path

Searched refs:report_progress (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c115 .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 Dbench_lpm_trie_map.c481 .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 Dbench_bloom_filter_map.c431 .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 Dbench_local_storage_rcu_tasks_trace.c207 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() function
261 .report_progress = report_progress,
H A Dbench_count.c68 .report_progress = hits_drops_report_progress,
77 .report_progress = hits_drops_report_progress,
H A Dbench_local_storage.c258 .report_progress = local_storage_report_progress,
269 .report_progress = local_storage_report_progress,
280 .report_progress = local_storage_report_progress,
H A Dbench_local_storage_create.c204 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() function
256 .report_progress = report_progress,
H A Dbench_strncmp.c143 .report_progress = hits_drops_report_progress,
154 .report_progress = hits_drops_report_progress,
H A Dbench_bpf_crypto.c172 .report_progress = hits_drops_report_progress,
183 .report_progress = hits_drops_report_progress,
H A Dbench_ringbufs.c580 .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 Dbench_trigger.c555 .report_progress = hits_drops_report_progress,
566 .report_progress = hits_drops_report_progress, \
592 .report_progress = hits_drops_report_progress, \
H A Dbench_sockmap.c502 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() function
597 .report_progress = report_progress,
H A Dbench_bpf_loop.c98 .report_progress = ops_report_progress,
H A Dbench_bpf_hashmap_full_update.c87 .report_progress = NULL,
H A Dbench_bpf_hashmap_lookup.c275 .report_progress = NULL,
H A Dbench_htab_mem.c348 .report_progress = htab_mem_report_progress,
/linux/tools/testing/selftests/bpf/
H A Dbench.h61 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 Dbench.c746 if (bench->report_progress) in collect_measurements()
747 bench->report_progress(iter, res, delta_ns); in collect_measurements()