Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dversion.map13 rte_graph_id_to_name;
H A Drte_graph.h267 char *rte_graph_id_to_name(rte_graph_t id);
H A Dgraph.c403 rte_graph_id_to_name(rte_graph_t id) in rte_graph_id_to_name() function
/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c608 graph = rte_graph_lookup(rte_graph_id_to_name(data->graph_id)); in _graph_perf_wrapper()
620 const char *pattern = rte_graph_id_to_name(graph_id); in measure_perf_get()