Home
last modified time | relevance | path

Searched refs:test_perf (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c13 struct test_perf *t = evt_test_priv(test); in perf_test_result()
33 struct test_perf *t = p->t; in perf_producer()
83 struct test_perf *t = p->t; in perf_event_timer_producer()
147 struct test_perf *t = p->t; in perf_event_timer_producer_burst()
208 struct test_perf *t = p->t; in perf_producer_wrapper()
222 processed_pkts(struct test_perf *t) in processed_pkts()
235 total_latency(struct test_perf *t) in total_latency()
799 void *test_perf; in perf_test_setup() local
801 test_perf = rte_zmalloc_socket(test->name, sizeof(struct test_perf), in perf_test_setup()
803 if (test_perf == NULL) { in perf_test_setup()
[all …]
H A Dtest_perf_common.h26 struct test_perf;
33 struct test_perf *t;
40 struct test_perf *t;
44 struct test_perf { struct
77 struct test_perf *t = w->t;\ argument
H A Dtest_perf_atq.c162 struct test_perf *t = evt_test_priv(test); in perf_atq_eventdev_setup()
H A Dtest_perf_queue.c163 struct test_perf *t = evt_test_priv(test); in perf_queue_eventdev_setup()