Searched refs:GetClockId (Results 1 – 11 of 11) sorted by relevance
42 clockid_t GetClockId(const std::string& clockIdStr);
93 plugin->SetClockId(COMMON::GetClockId("realtime"));94 (void)plugin->GetClockId();
38 int GetClockId(const std::string &str) in GetClockId() function
78 clockid_t GetClockId() const;
258 pluginModules_[it->second]->SetClockId(COMMON::GetClockId(config[idx].clock())); in CreatePluginSession()422 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult()
114 clockid_t PluginModule::GetClockId() const in GetClockId() function in PluginModule
172 clientConfig.clockId = COMMON::GetClockId(hookConfig_.clock()); in GetClientConfig()264 clockid_t pluginDataClockId = COMMON::GetClockId(config[0].clock()); in CreatePluginSession()
161 clockid_t pluginDataClockId = COMMON::GetClockId("realtime"); in StartHook()
68 hookDataClockId_ = COMMON::GetClockId(hookConfig_.clock()); in StackPreprocess()
66 int GetClockId(const std::string &name) in GetClockId() function373 if (!clockId_.empty() && GetClockId(clockId_) == -1) { in CheckOptions()713 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()
480 clockid_t GetClockId(const std::string& clockIdStr) in GetClockId() function