Searched refs:realloc_count (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/graph/ |
| H A D | graph_stats.c | 81 stat->name, calls, objs, stat->realloc_count, objs_per_call, in print_node() 333 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; in cluster_node_arregate_stats() local 344 realloc_count += node->realloc_count; in cluster_node_arregate_stats() 351 stat->realloc_count = realloc_count; in cluster_node_arregate_stats() 405 node->realloc_count = 0; in rte_graph_cluster_stats_reset()
|
| H A D | graph_debug.c | 73 fprintf(f, " realloc_count=%d\n", n->realloc_count); in rte_graph_obj_dump()
|
| H A D | graph.c | 472 node->realloc_count++; in __rte_node_stream_alloc() 488 node->realloc_count++; in __rte_node_stream_alloc_size()
|
| H A D | rte_graph.h | 207 uint64_t realloc_count; /**< Realloc count. */ member
|
| H A D | rte_graph_worker.h | 61 uint32_t realloc_count; /**< Number of times realloced. */ member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 243 |Node |calls |objs |realloc_count |objs/call |objs/sec(10E6) |cycles/call|
|