Searched refs:clockid_ (Results 1 – 1 of 1) sorted by relevance
393 std::string clockid_; member in simpleperf::__anon08ce178e0110::RecordCommand559 auto sync_option = (clockid_ == "monotonic") ? JITDebugReader::SyncOption::kSyncWithRecords in PrepareRecording()846 clockid_ = *value->str_value; in ParseOptions()847 if (clockid_ != "perf") { in ParseOptions()852 if (clockid_map.find(clockid_) == clockid_map.end()) { in ParseOptions()853 LOG(ERROR) << "Invalid clockid: " << clockid_; in ParseOptions()1132 if (clockid_.empty()) { in ParseOptions()1133 clockid_ = IsSettingClockIdSupported() ? "monotonic" : "perf"; in ParseOptions()1211 if (clockid_ != "perf") { in SetEventSelectionFlags()1212 event_selection_set_.SetClockId(clockid_map[clockid_]); in SetEventSelectionFlags()[all …]