Home
last modified time | relevance | path

Searched refs:GetClockId (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_module_test.cpp93 plugin->SetClockId(COMMON::GetClockId("realtime"));
94 (void)plugin->GetClockId();
/developtools/profiler/hiebpf/include/
Dcommand.h38 int GetClockId(const std::string &str) in GetClockId() function
/developtools/profiler/device/base/include/
Dcommon.h44 clockid_t GetClockId(const std::string& clockIdStr);
/developtools/profiler/device/plugins/api/src/
Dplugin_module.h79 clockid_t GetClockId() const;
Dplugin_manager.cpp261 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()
Dplugin_module.cpp114 clockid_t PluginModule::GetClockId() const in GetClockId() function in PluginModule
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp196 clientConfig.clockId = COMMON::GetClockId(hookConfig_.clock()); in GetClientConfig()
248 clockid_t pluginDataClockId = COMMON::GetClockId(hookConfig_.clock()); in HandleHookContext()
Dstack_preprocess.cpp81 hookDataClockId_ = COMMON::GetClockId(hookConfig_.clock()); in StackPreprocess()
/developtools/hiperf/src/
Dsubcommand_record.cpp71 int GetClockId(const std::string &name) in GetClockId() function
399 if (!clockId_.empty() && GetClockId(clockId_) == -1) { in CheckArgsRange()
782 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()
/developtools/profiler/device/base/src/
Dcommon.cpp497 clockid_t GetClockId(const std::string& clockIdStr) in GetClockId() function