HomeSort by relevance Sort by last modified time
    Searched full:text_out (Results 1 - 1 of 1) sorted by null

  /external/oprofile/pp/
opreport.cpp 378 format_output::opreport_formatter * text_out = 0; local
388 text_out = new format_output::opreport_formatter(pc);
389 text_out->show_details(options::details);
390 out = text_out;
410 text_out->output(cout, symbols);
459 format_output::cg_formatter * text_out = 0; local
469 text_out = new format_output::cg_formatter(cg);
470 out = text_out;
490 text_out->output(cout, symbols);

Completed in 177 milliseconds