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.cpp142 show_art_frames_(false) { in ReportLib()
157 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames()
196 bool show_art_frames_; member in ReportLib
315 if (!show_art_frames_) { in SetCurrentSample()
Dcmd_report_sample.cpp106 show_art_frames_(false) {} in ReportSampleCommand()
144 bool show_art_frames_; member in __anona9d0180b0111::ReportSampleCommand
263 show_art_frames_ = true; in ParseOptions()
503 if (!show_art_frames_) { in ProcessSampleRecord()