Lines Matching defs:rte_graph_cluster_node_stats
196 struct rte_graph_cluster_node_stats { struct
197 uint64_t ts; /**< Current timestamp. */
198 uint64_t calls; /**< Current number of calls made. */
199 uint64_t objs; /**< Current number of objs processed. */
200 uint64_t cycles; /**< Current number of cycles. */
202 uint64_t prev_ts; /**< Previous call timestamp. */
203 uint64_t prev_calls; /**< Previous number of calls. */
204 uint64_t prev_objs; /**< Previous number of processed objs. */
205 uint64_t prev_cycles; /**< Previous number of cycles. */
207 uint64_t realloc_count; /**< Realloc count. */
209 rte_node_t id; /**< Node identifier of stats. */
210 uint64_t hz; /**< Cycles per seconds. */
211 char name[RTE_NODE_NAMESIZE]; /**< Name of the node. */