Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring_stress_impl.h31 struct lcore_stat { struct
44 struct lcore_stat stats; argument
67 lcore_stat_update(struct lcore_stat *ls, uint64_t call, uint64_t obj, in lcore_stat_update()
80 lcore_op_stat_aggr(struct lcore_stat *ms, const struct lcore_stat *ls) in lcore_op_stat_aggr()
91 lcore_stat_aggr(struct lcore_stat *ms, const struct lcore_stat *ls) in lcore_stat_aggr()
98 lcore_stat_dump(FILE *f, uint32_t lc, const struct lcore_stat *ls) in lcore_stat_dump()
339 static const struct lcore_stat init_stat = { in test_mt1()