Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dformat_output.cpp604 xml_formatter::
605 xml_formatter(profile_container const * p, in xml_formatter() function in format_output::xml_formatter
620 void xml_formatter::
627 void xml_formatter::output(ostream & out) in output()
658 xml_formatter::get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const in get_bfd_object()
695 void xml_formatter::
737 void xml_formatter::output_cg_children(ostream & out, in output_cg_children()
757 void xml_formatter::output_symbol_data(ostream & out) in output_symbol_data()
779 string xml_formatter::
835 void xml_formatter::
[all …]
Dformat_output.h238 class xml_formatter : public formatter {
241 xml_formatter(profile_container const * profile,
300 class xml_cg_formatter : public xml_formatter {
Dxml_utils.h26 xml_utils(format_output::xml_formatter * xo,
Dxml_utils.cpp30 format_output::xml_formatter * xml_out;
112 xml_utils::xml_utils(format_output::xml_formatter * xo, in xml_utils()
/external/oprofile/pp/
Dopreport.cpp377 format_output::xml_formatter * xml_out = 0; in output_symbols()
381 xml_out = new format_output::xml_formatter(&pc, symbols, in output_symbols()