Searched defs:show (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/scripts/ | ||
D | debug_unwind_reporter.py | 102 def show(self): member in ProcessMaps |
D | simpleperf_report_lib.py | 295 def ShowArtFrames(self, show=True): argument |
D | pprof_proto_generator.py | 58 def show(self): member in PprofProfilePrinter |
D | report_html.js | 86 show: true, property |
/system/memory/libmeminfo/tools/ | ||
D | procmem.cpp | 98 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() function |
/system/extras/simpleperf/ | ||
D | report_lib_interface.cpp | 157 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() |