Searched refs:current_section (Results 1 – 2 of 2) sorted by relevance
27 struct profile_node *current_section; member101 &state->current_section); in parse_std_line()107 state->discard = profile_is_node_final(state->current_section) ? in parse_std_line()115 profile_make_node_final(state->current_section); in parse_std_line()130 profile_make_node_final(state->current_section); in parse_std_line()138 retval = profile_get_node_parent(state->current_section, in parse_std_line()139 &state->current_section); in parse_std_line()190 retval = profile_add_node(state->current_section, tag, NULL, 0, in parse_std_line()191 &state->current_section); in parse_std_line()196 if (profile_is_node_final(state->current_section)) in parse_std_line()[all …]
131 std::optional<Record::Kind> current_section; in CreateSections() local136 if (!current_section) in CreateSections()142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()158 if (next_section == current_section) in CreateSections()164 current_section = next_section; in CreateSections()