Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp127 bool show_thread = !summaries_.empty() && summaries_[0].thread != nullptr; in Show() local
130 ShowCSV(fp, show_thread, show_cpu); in Show()
132 ShowText(fp, show_thread, show_cpu); in Show()
136 void CounterSummaries::ShowCSV(FILE* fp, bool show_thread, bool show_cpu) { in ShowCSV() argument
138 if (show_thread) { in ShowCSV()
149 void CounterSummaries::ShowText(FILE* fp, bool show_thread, bool show_cpu) { in ShowText() argument
152 if (show_thread) { in ShowText()
173 if (show_thread) { in ShowText()
201 if (show_thread) { in ShowText()
Dcmd_stat_impl.h319 void ShowCSV(FILE* fp, bool show_thread, bool show_core);
320 void ShowText(FILE* fp, bool show_thread, bool show_core);