Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_latencystats.c118 ret = rte_latencystats_get(values, size); in test_latencystats_get()
123 ret = rte_latencystats_get(NULL, size); in test_latencystats_get()
129 ret = rte_latencystats_get(values, size); in test_latencystats_get()
/f-stack/dpdk/lib/librte_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.c363 rte_latencystats_get(struct rte_metric_value *values, uint16_t size) in rte_latencystats_get() function