HomeSort by relevance Sort by last modified time
    Searched refs:xml_out (Results 1 - 2 of 2) sorted by null

  /external/oprofile/pp/
opreport.cpp 377 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/
xml_utils.cpp 30 format_output::xml_formatter * xml_out; variable
120 xml_out = xo;
598 xml_out->output_symbol(out, *it, lo, hi, is_module);

Completed in 94 milliseconds