Searched refs:trace_offcpu_ (Results 1 – 5 of 5) sorted by relevance
118 trace_offcpu_(false), in ReportLib()174 bool trace_offcpu_; member in simpleperf::ReportLib212 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()
431 trace_offcpu_(false), in ReportCommand()472 bool trace_offcpu_; member in simpleperf::__anonf73725a60111::ReportCommand759 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()
155 trace_offcpu_(false), in ReportSampleCommand()192 bool trace_offcpu_; member in simpleperf::__anon69c985670111::ReportSampleCommand488 trace_offcpu_ = it->second == "true"; in OpenRecordFile()515 FprintIndented(report_fp_, 1, "trace_offcpu: %s\n", trace_offcpu_ ? "true" : "false"); in PrintMetaInfo()
320 trace_offcpu_(false), in RecordCommand()413 bool trace_offcpu_; member in simpleperf::__anonf6bdce290111::RecordCommand514 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()
191 bool trace_offcpu_ = false; member in simpleperf::ProfileSessionImpl210 trace_offcpu_ = true; in StartRecording()225 if (trace_offcpu_) { in PauseRecording()