Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dformat_output.cpp641 out << close_element(NONE, true); in output()
643 out << close_element(SYMBOL_DETAILS); in output()
646 out << close_element(DETAIL_TABLE); in output()
651 out << close_element(BYTES_TABLE); in output()
654 out << close_element(PROFILE); in output()
730 out << close_element(); in output_the_symbol_data()
774 out << close_element(SYMBOL_TABLE); in output_symbol_data()
824 str << close_element(NONE, true); in output_symbol_details()
829 str << close_element(DETAIL_DATA); in output_symbol_details()
890 out << close_element(NONE, true); in output_symbol()
[all …]
Dxml_utils.cpp142 init_attr(RTC_INTERRUPTS, count) + close_element(); in get_timer_setup()
155 str << init_attr(SETUP_COUNT, (size_t)count) + close_element(); in get_event_setup()
263 cout << close_element(NONE, true); in output_xml_header()
266 cout << close_element(); in output_xml_header()
269 cout << close_element(SETUP) << endl; in output_xml_header()
335 out << close_element(); in build_subclasses()
340 out << close_element(CLASSES); in build_subclasses()
381 out << close_element(NONE, true); in output_symbol_bytes()
389 out << close_element(BYTES); in output_symbol_bytes()
405 out << close_element(NONE, true); in output_summary_data()
[all …]
/external/oprofile/libutil++/
Dxml_output.h17 std::string close_element(tag_t tag = NONE, bool has_nested = false);
Dxml_output.cpp41 string close_element(tag_t tag, bool has_nested) in close_element() function