Home
last modified time | relevance | path

Searched refs:show_art_frames_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp141 show_art_frames_(false) { in ReportLib()
156 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames()
195 bool show_art_frames_; member in ReportLib
310 if (!show_art_frames_) { in SetCurrentSample()
Dcmd_report_sample.cpp105 show_art_frames_(false) {} in ReportSampleCommand()
144 bool show_art_frames_; member in __anoncefef3490111::ReportSampleCommand
261 show_art_frames_ = true; in ParseOptions()
510 if (!show_art_frames_) { in ProcessSampleRecord()