Searched refs:xml_out (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/pp/
H A Dopreport.cpp377 format_output::xml_formatter * xml_out = 0; local
381 xml_out = new format_output::xml_formatter(&pc, symbols,
383 xml_out->show_details(options::details);
384 out = xml_out;
406 xml_support = new xml_utils(xml_out, symbols, nr_classes,
408 xml_out->output(cout);
458 format_output::xml_cg_formatter * xml_out = 0; local
462 xml_out = new format_output::xml_cg_formatter(cg, symbols,
464 xml_out->show_details(options::details);
465 out = xml_out;
[all...]
/external/oprofile/libpp/
H A Dxml_utils.cpp30 format_output::xml_formatter * xml_out; variable
120 xml_out = xo;
598 xml_out->output_symbol(out, *it, lo, hi, is_module);

Completed in 65 milliseconds