| 245 | } |
| 246 | |
| 247 | static void |
| 248 | cli_graph_stats(__rte_unused void *parsed_result, __rte_unused struct cmdline *cl, |
| 249 | __rte_unused void *data) |
| 250 | { |
| 251 | graph_stats_print_to_file(); |
| 252 | } |
| 253 | |
| 254 | bool |
| 255 | graph_status_get(void) |
nothing calls this directly
no test coverage detected