Searched refs:xml_out (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/pp/ |
D | opreport.cpp | 377 format_output::xml_formatter * xml_out = 0; in output_symbols() local 381 xml_out = new format_output::xml_formatter(&pc, symbols, in output_symbols() 383 xml_out->show_details(options::details); in output_symbols() 384 out = xml_out; in output_symbols() 406 xml_support = new xml_utils(xml_out, symbols, nr_classes, in output_symbols() 408 xml_out->output(cout); in output_symbols() 458 format_output::xml_cg_formatter * xml_out = 0; in output_cg_symbols() local 462 xml_out = new format_output::xml_cg_formatter(cg, symbols, in output_cg_symbols() 464 xml_out->show_details(options::details); in output_cg_symbols() 465 out = xml_out; in output_cg_symbols() [all …]
|
/external/oprofile/ |
D | ChangeLog-2008 | 56 * libutil/xml_out.c: 57 * libutil/xml_out.h: 73 * libutil/xml_out.c: 74 * libutil/xml_out.h:
|
/external/oprofile/libpp/ |
D | xml_utils.cpp | 30 format_output::xml_formatter * xml_out; variable 120 xml_out = xo; in xml_utils() 598 xml_out->output_symbol(out, *it, lo, hi, is_module); in output_symbols()
|