Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_latencystats.c119 ret = rte_latencystats_get(values, size); in test_latencystats_get()
124 ret = rte_latencystats_get(NULL, size); in test_latencystats_get()
130 ret = rte_latencystats_get(values, size); in test_latencystats_get()
/dpdk/lib/latencystats/
H A Dversion.map4 rte_latencystats_get;
H A Drte_latencystats.h121 int rte_latencystats_get(struct rte_metric_value *values,
H A Drte_latencystats.c359 rte_latencystats_get(struct rte_metric_value *values, uint16_t size) in rte_latencystats_get() function