Home
last modified time | relevance | path

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

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