Searched refs:gcov_node (Results 1 – 1 of 1) sorted by relevance
199 struct gcov_node { struct200 LIST_ENTRY(gcov_node) children_entry;201 LIST_ENTRY(gcov_node) all_entry;203 struct gcov_node *lh_first; argument205 struct gcov_node *parent; argument221 static struct gcov_node root_node; argument223 struct gcov_node *lh_first;227 static void remove_node(struct gcov_node *node);291 get_node_info(struct gcov_node *node) in get_node_info()304 get_accumulated_info(struct gcov_node *node) in get_accumulated_info()[all …]