HomeSort by relevance Sort by last modified time
    Searched refs:trace_offcpu_ (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
report_lib_interface.cpp 123 trace_offcpu_(false) {
168 bool trace_offcpu_; member in class:ReportLib
213 trace_offcpu_ = it->second == "true";
233 if (trace_offcpu_) {
265 if (trace_offcpu_) {
289 if (trace_offcpu_) {
cmd_report.cpp 428 trace_offcpu_(false),
467 bool trace_offcpu_; member in class:__anon3016::ReportCommand
760 trace_offcpu_ = it->second == "true";
792 if (trace_offcpu_) {
856 sample_tree_builder_options_.trace_offcpu = trace_offcpu_;
879 if (!trace_offcpu_) {
    [all...]
cmd_report_sample.cpp 85 trace_offcpu_(false) {}
116 bool trace_offcpu_; member in class:__anon3017::ReportSampleCommand
377 trace_offcpu_ = it->second == "true";
396 FprintIndented(report_fp_, 1, "trace_offcpu: %s\n", trace_offcpu_ ? "true" : "false");
cmd_record.cpp 223 trace_offcpu_(false),
297 bool trace_offcpu_; member in class:RecordCommand
363 if (trace_offcpu_ && !TraceOffCpu()) {
738 trace_offcpu_ = true;
    [all...]

Completed in 99 milliseconds