Home
last modified time | relevance | path

Searched refs:trace_offcpu_ (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp141 trace_offcpu_(false), in ReportLib()
192 bool trace_offcpu_; member in ReportLib
233 trace_offcpu_ = it->second == "true"; in OpenRecordFileIfNecessary()
262 if (trace_offcpu_) { in GetNextSample()
297 if (trace_offcpu_) { in SetCurrentSample()
382 if (trace_offcpu_) { in FindEventOfCurrentSample()
Dcmd_report.cpp441 trace_offcpu_(false), in ReportCommand()
480 bool trace_offcpu_; member in __anon235bfe9f0111::ReportCommand
768 trace_offcpu_ = it->second == "true"; in ReadMetaInfoFromRecordFile()
794 if (trace_offcpu_) { in ReadEventAttrFromRecordFile()
858 sample_tree_builder_options_.trace_offcpu = trace_offcpu_; in ReadSampleTreeFromRecordFile()
886 if (!trace_offcpu_) { in ProcessRecord()
944 if (trace_offcpu_ && i == sched_switch_attr_id_) { in PrintReport()
960 const char* period_prefix = trace_offcpu_ ? "Time in ns" : "Event count"; in PrintReport()
Dcmd_report_sample.cpp104 trace_offcpu_(false), in ReportSampleCommand()
141 bool trace_offcpu_; member in __anon5d136c400111::ReportSampleCommand
429 trace_offcpu_ = it->second == "true"; in OpenRecordFile()
456 FprintIndented(report_fp_, 1, "trace_offcpu: %s\n", trace_offcpu_ ? "true" : "false"); in PrintMetaInfo()
Dcmd_record.cpp290 trace_offcpu_(false), in RecordCommand()
374 bool trace_offcpu_; member in RecordCommand
454 if (trace_offcpu_ && !TraceOffCpu()) { in PrepareRecording()
893 trace_offcpu_ = options.PullBoolValue("--trace-offcpu"); in ParseOptions()
1768 info_map["trace_offcpu"] = trace_offcpu_ ? "true" : "false"; in DumpMetaInfoFeature()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp191 bool trace_offcpu_ = false; member in simpleperf::ProfileSessionImpl
210 trace_offcpu_ = true; in StartRecording()
225 if (trace_offcpu_) { in PauseRecording()