Home
last modified time | relevance | path

Searched refs:report_final (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c117 .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 Dbench_rename.c122 .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 Dbench_count.c80 .report_final = hits_drops_report_final,
90 .report_final = hits_drops_report_final,
H A Dbench_ringbufs.c531 .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,
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c117 .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 Dbench_rename.c122 .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 Dbench_count.c80 .report_final = hits_drops_report_final,
90 .report_final = hits_drops_report_final,
H A Dbench_ringbufs.c531 .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,
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c117 .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 Dbench_rename.c122 .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 Dbench_count.c80 .report_final = hits_drops_report_final,
90 .report_final = hits_drops_report_final,
H A Dbench_ringbufs.c531 .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,
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/sources/
H A Dnb_report.c123 .report_final = nb_report_default_final
132 .report_final = nb_report_integral
H A Dnb_report.h40 void (*report_final)(void); member
H A Dnb_engine.c214 if (nb.report->report_final) in nb_engine()
215 nb.report->report_final(); in nb_engine()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dbench.h46 void (*report_final)(struct bench_res res[], int res_cnt); member
H A Dbench.c458 if (bench->report_final) in main()
460 bench->report_final(state.results + env.warmup_sec, in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dbench.h46 void (*report_final)(struct bench_res res[], int res_cnt); member
H A Dbench.c458 if (bench->report_final) in main()
460 bench->report_final(state.results + env.warmup_sec, in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dbench.h46 void (*report_final)(struct bench_res res[], int res_cnt); member
H A Dbench.c458 if (bench->report_final) in main()
460 bench->report_final(state.results + env.warmup_sec, in main()
/dports/www/slowhttptest/slowhttptest-1.8.2/src/
H A Dslowhttptest.h84 void report_final();
H A Dslowhttptestmain.cc330 slow_test->report_final(); in main()
H A Dslowhttptest.cc474 void SlowHTTPTest::report_final() { in report_final() function in slowhttptest::SlowHTTPTest