Searched refs:GetClockId (Results 1 – 10 of 10) sorted by relevance
93 plugin->SetClockId(COMMON::GetClockId("realtime"));94 (void)plugin->GetClockId();
38 int GetClockId(const std::string &str) in GetClockId() function
44 clockid_t GetClockId(const std::string& clockIdStr);
79 clockid_t GetClockId() const;
261 pluginModules_[it->second]->SetClockId(COMMON::GetClockId(config[idx].clock())); in CreatePluginSession()426 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult()455 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult()
114 clockid_t PluginModule::GetClockId() const in GetClockId() function in PluginModule
196 clientConfig.clockId = COMMON::GetClockId(hookConfig_.clock()); in GetClientConfig()248 clockid_t pluginDataClockId = COMMON::GetClockId(hookConfig_.clock()); in HandleHookContext()
81 hookDataClockId_ = COMMON::GetClockId(hookConfig_.clock()); in StackPreprocess()
71 int GetClockId(const std::string &name) in GetClockId() function399 if (!clockId_.empty() && GetClockId(clockId_) == -1) { in CheckArgsRange()782 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()
497 clockid_t GetClockId(const std::string& clockIdStr) in GetClockId() function