Home
last modified time | relevance | path

Searched refs:perf_comp_force_stop (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c188 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
249 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
317 if (test_data->perf_comp_force_stop) { in main_loop()
H A Dcomp_perf_options.h71 int perf_comp_force_stop; member
H A Dcomp_perf_test_verify.c193 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
285 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
375 if (test_data->perf_comp_force_stop) { in main_loop()
H A Dcomp_perf_test_cyclecount.c313 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
392 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
456 if (test_data->perf_comp_force_stop) { in main_loop()
H A Dmain.c304 test_data->perf_comp_force_stop = 1; in comp_perf_cleanup_on_signal()