Searched refs:profile_node (Results 1 – 2 of 2) sorted by relevance
97 struct profile_node *root;135 struct profile_node { struct142 struct profile_node *first_child; argument143 struct profile_node *parent; argument144 struct profile_node *next, *prev; argument156 struct profile_node *root_section;157 struct profile_node *current_section;168 (struct profile_node *root, FILE *dstfile);171 (struct profile_node *root, char **buf);176 (struct profile_node *relation);[all …]
8 error_code PROF_MAGIC_NODE, "Bad magic value in profile_node"