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);
505 cperf_cyclecount_test_runner(void *test_ctx __rte_unused) in cperf_cyclecount_test_runner()526 cperf_throughput_test_runner(void *test_ctx __rte_unused) in cperf_throughput_test_runner()546 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()
465 cperf_cyclecount_test_runner(void *test_ctx) in cperf_cyclecount_test_runner() argument467 struct cperf_cyclecount_ctx *ctx = test_ctx; in cperf_cyclecount_test_runner()
28 cperf_latency_test_runner(void *test_ctx);31 cperf_latency_test_destructor(void *test_ctx);
29 cperf_throughput_test_runner(void *test_ctx);32 cperf_throughput_test_destructor(void *test_ctx);
29 cperf_pmd_cyclecount_test_runner(void *test_ctx);32 cperf_pmd_cyclecount_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);
106 cperf_throughput_test_runner(void *test_ctx) in cperf_throughput_test_runner() argument108 struct cperf_throughput_ctx *ctx = test_ctx; in cperf_throughput_test_runner()
199 cperf_verify_test_runner(void *test_ctx) in cperf_verify_test_runner() argument201 struct cperf_verify_ctx *ctx = test_ctx; in cperf_verify_test_runner()
391 cperf_pmd_cyclecount_test_runner(void *test_ctx) in cperf_pmd_cyclecount_test_runner() argument398 state.ctx = test_ctx; in cperf_pmd_cyclecount_test_runner()