Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dxml_utils.cpp942 ostringstream thread_output; in output() local
947 my_threads[t].output(thread_output); in output()
950 if (thread_output.str().size() == 0 && process_summary.str().size() == 0) in output()
957 out << thread_output.str(); in output()