Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c6252 typedef struct XDbgBlockGraphConstructor { struct
6255 } XDbgBlockGraphConstructor; argument
6257 static XDbgBlockGraphConstructor *xdbg_graph_new(void) in xdbg_graph_new()
6259 XDbgBlockGraphConstructor *gr = g_new(XDbgBlockGraphConstructor, 1); in xdbg_graph_new()
6267 static XDbgBlockGraph *xdbg_graph_finalize(XDbgBlockGraphConstructor *gr) in xdbg_graph_finalize()
6277 static uintptr_t xdbg_graph_node_num(XDbgBlockGraphConstructor *gr, void *node) in xdbg_graph_node_num()
6295 static void xdbg_graph_add_node(XDbgBlockGraphConstructor *gr, void *node, in xdbg_graph_add_node()
6309 static void xdbg_graph_add_edge(XDbgBlockGraphConstructor *gr, void *parent, in xdbg_graph_add_edge()
6343 XDbgBlockGraphConstructor *gr = xdbg_graph_new(); in bdrv_get_xdbg_block_graph()