Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp140 trace_offcpu_(false), in ReportLib()
191 bool trace_offcpu_; member in ReportLib
238 trace_offcpu_ = it->second == "true"; in OpenRecordFileIfNecessary()
258 if (trace_offcpu_) { in GetNextSample()
293 if (trace_offcpu_) { in SetCurrentSample()
362 if (trace_offcpu_) { in FindEventOfCurrentSample()
Dcmd_report.cpp427 trace_offcpu_(false), in ReportCommand()
466 bool trace_offcpu_; member in __anona4eb4dc80111::ReportCommand
748 trace_offcpu_ = it->second == "true"; in ReadMetaInfoFromRecordFile()
780 if (trace_offcpu_) { in ReadEventAttrFromRecordFile()
844 sample_tree_builder_options_.trace_offcpu = trace_offcpu_; in ReadSampleTreeFromRecordFile()
867 if (!trace_offcpu_) { in ProcessRecord()
925 if (trace_offcpu_ && i == sched_switch_attr_id_) { in PrintReport()
941 const char* period_prefix = trace_offcpu_ ? "Time in ns" : "Event count"; in PrintReport()
Dcmd_report_sample.cpp102 trace_offcpu_(false), in ReportSampleCommand()
138 bool trace_offcpu_; member in __anoncefef3490111::ReportSampleCommand
434 trace_offcpu_ = it->second == "true"; in OpenRecordFile()
462 FprintIndented(report_fp_, 1, "trace_offcpu: %s\n", trace_offcpu_ ? "true" : "false"); in PrintMetaInfo()
Dcmd_record.cpp249 trace_offcpu_(false), in RecordCommand()
331 bool trace_offcpu_; member in RecordCommand
409 if (trace_offcpu_ && !TraceOffCpu()) { in PrepareRecording()
901 trace_offcpu_ = true; in ParseOptions()
1639 info_map["trace_offcpu"] = trace_offcpu_ ? "true" : "false"; in DumpMetaInfoFeature()