Searched refs:test_ctx (Results 1 – 16 of 16) sorted by relevance
17 typedef int (*cperf_runner_t)(void *test_ctx);18 typedef void (*cperf_destructor_t)(void *test_ctx);37 cperf_throughput_test_runner(void *test_ctx __rte_unused);48 cperf_verify_test_runner(void *test_ctx __rte_unused);
18 cperf_cyclecount_test_runner(void *test_ctx);
27 cperf_verify_test_runner(void *test_ctx);
30 cperf_throughput_test_runner(void *test_ctx);
504 cperf_cyclecount_test_runner(void *test_ctx __rte_unused) in cperf_cyclecount_test_runner()525 cperf_throughput_test_runner(void *test_ctx __rte_unused) in cperf_throughput_test_runner()545 cperf_verify_test_runner(void *test_ctx __rte_unused) in cperf_verify_test_runner()
327 cperf_throughput_test_runner(void *test_ctx) in cperf_throughput_test_runner() argument329 struct cperf_benchmark_ctx *ctx = test_ctx; in cperf_throughput_test_runner()
386 cperf_verify_test_runner(void *test_ctx) in cperf_verify_test_runner() argument388 struct cperf_verify_ctx *ctx = test_ctx; in cperf_verify_test_runner()
466 cperf_cyclecount_test_runner(void *test_ctx) in cperf_cyclecount_test_runner() argument468 struct cperf_cyclecount_ctx *ctx = test_ctx; in cperf_cyclecount_test_runner()
29 cperf_pmd_cyclecount_test_runner(void *test_ctx);32 cperf_pmd_cyclecount_test_destructor(void *test_ctx);
29 cperf_throughput_test_runner(void *test_ctx);32 cperf_throughput_test_destructor(void *test_ctx);
28 cperf_latency_test_runner(void *test_ctx);31 cperf_latency_test_destructor(void *test_ctx);
29 cperf_verify_test_runner(void *test_ctx);32 cperf_verify_test_destructor(void *test_ctx);
25 typedef int (*cperf_runner_t)(void *test_ctx);26 typedef void (*cperf_destructor_t)(void *test_ctx);
102 cperf_throughput_test_runner(void *test_ctx) in cperf_throughput_test_runner() argument104 struct cperf_throughput_ctx *ctx = test_ctx; in cperf_throughput_test_runner()
236 cperf_verify_test_runner(void *test_ctx) in cperf_verify_test_runner() argument238 struct cperf_verify_ctx *ctx = test_ctx; in cperf_verify_test_runner()
394 cperf_pmd_cyclecount_test_runner(void *test_ctx) in cperf_pmd_cyclecount_test_runner() argument401 state.ctx = test_ctx; in cperf_pmd_cyclecount_test_runner()