Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;
157 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() function in ReportLib
488 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() function
489 return report_lib->ShowArtFrames(show); in ShowArtFrames()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py243 self._ShowArtFramesFunc = self._lib.ShowArtFrames
295 def ShowArtFrames(self, show=True): member in ReportLib
Dpprof_proto_generator.py291 self.lib.ShowArtFrames()
Dtest.py1070 report_lib.ShowArtFrames(False)
1073 report_lib.ShowArtFrames(True)
Dreport_html.py588 lib.ShowArtFrames()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py111 lib.ShowArtFrames(True)