Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp133 void ShowArtFrames(bool show) { in ShowArtFrames() function in simpleperf::ReportLib
417 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;
456 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() function
457 return report_lib->ShowArtFrames(show); in ShowArtFrames()
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py121 report_lib.ShowArtFrames(False)
124 report_lib.ShowArtFrames(True)
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py252 self._ShowArtFramesFunc = self._lib.ShowArtFrames
308 def ShowArtFrames(self, show: bool = True): member in ReportLib
Dpprof_proto_generator.py292 self.lib.ShowArtFrames()
Dreport_html.py629 lib.ShowArtFrames()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py173 lib.ShowArtFrames(True)
/system/extras/simpleperf/scripts/inferno/
Dinferno.py113 lib.ShowArtFrames(True)