Home
last modified time | relevance | path

Searched defs:show (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py102 def show(self): member in ProcessMaps
156 def show(self): member in SampleResult
192 def show(self): member in FunctionResult
213 def show(self): member in FileResult
272 def show(self): member in UnwindingResultErrorReport
Dsimpleperf_report_lib.py295 def ShowArtFrames(self, show=True): argument
Dpprof_proto_generator.py58 def show(self): member in PprofProfilePrinter
Dreport_html.js86 show: true, property
/system/memory/libmeminfo/tools/
Dprocmem.cpp98 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() function
/system/extras/simpleperf/
Dreport_lib_interface.cpp157 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames()
488 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()