Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp118 trace_offcpu_(false), in ReportLib()
174 bool trace_offcpu_; member in simpleperf::ReportLib
212 trace_offcpu_ = it->second == "true"; in OpenRecordFileIfNecessary()
232 if (trace_offcpu_) { in GetNextSample()
267 if (trace_offcpu_) { in SetCurrentSample()
315 if (trace_offcpu_) { in FindEventOfCurrentSample()
Dcmd_report.cpp431 trace_offcpu_(false), in ReportCommand()
472 bool trace_offcpu_; member in simpleperf::__anonf73725a60111::ReportCommand
759 trace_offcpu_ = it->second == "true"; in ReadMetaInfoFromRecordFile()
784 if (trace_offcpu_) { in ReadEventAttrFromRecordFile()
846 sample_tree_builder_options_.trace_offcpu = trace_offcpu_; in ReadSampleTreeFromRecordFile()
872 if (!trace_offcpu_) { in ProcessRecord()
929 if (trace_offcpu_ && i == sched_switch_attr_id_) { in PrintReport()
945 const char* period_prefix = trace_offcpu_ ? "Time in ns" : "Event count"; in PrintReport()
Dcmd_report_sample.cpp155 trace_offcpu_(false), in ReportSampleCommand()
192 bool trace_offcpu_; member in simpleperf::__anon69c985670111::ReportSampleCommand
488 trace_offcpu_ = it->second == "true"; in OpenRecordFile()
515 FprintIndented(report_fp_, 1, "trace_offcpu: %s\n", trace_offcpu_ ? "true" : "false"); in PrintMetaInfo()
Dcmd_record.cpp320 trace_offcpu_(false), in RecordCommand()
413 bool trace_offcpu_; member in simpleperf::__anonf6bdce290111::RecordCommand
514 if (trace_offcpu_ && !TraceOffCpu()) { in PrepareRecording()
983 trace_offcpu_ = options.PullBoolValue("--trace-offcpu"); in ParseOptions()
1907 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()