Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;
156 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() function in ReportLib
468 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() function
469 return report_lib->ShowArtFrames(show); in ShowArtFrames()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py242 self._ShowArtFramesFunc = self._lib.ShowArtFrames
293 def ShowArtFrames(self, show=True): member in ReportLib
Dtest.py944 report_lib.ShowArtFrames(False)
947 report_lib.ShowArtFrames(True)
Dreport_html.py521 lib.ShowArtFrames()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py111 lib.ShowArtFrames(True)