Home
last modified time | relevance | path

Searched refs:SetClockId (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/device/plugins/api/include/
Dwriter.h27 virtual void SetClockId(clockid_t clockId) {} in SetClockId() function
/developtools/profiler/device/plugins/api/src/
Dbuffer_writer.h50 void SetClockId(clockid_t clockId) override in SetClockId() function
Dplugin_module.h78 void SetClockId(clockid_t clockId);
Dplugin_module.cpp105 void PluginModule::SetClockId(clockid_t clockId) in SetClockId() function in PluginModule
110 writerAdapter_->GetWriter()->SetClockId(clockId); in SetClockId()
Dplugin_manager.cpp261 pluginModules_[it->second]->SetClockId(COMMON::GetClockId(config[idx].clock())); in CreatePluginSession()
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
DClientApi_fuzzer.cpp74 opt.SetClockId(stringArg); in FuzzClientApiOption()
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp414 HWTEST_F(HiperfClientTest, SetClockId, TestSize.Level1)
419 opt.SetClockId("monotonic");
Dperf_events_test.cpp141 event.SetClockId(clockId); in SetAllConfig()
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_module_test.cpp93 plugin->SetClockId(COMMON::GetClockId("realtime"));
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp420 static napi_value SetClockId(napi_env env, napi_callback_info info) in SetClockId() function
425 g_hiperfRecordOption->SetClockId(option); in SetClockId()
665 DECLARE_NAPI_FUNCTION("setClockId", SetClockId), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h212 void SetClockId(const std::string &clockId);
/developtools/hiperf/include/
Dperf_events.h385 void SetClockId(int clockId) in SetClockId() function
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp256 void RecordOption::SetClockId(const std::string &clockId) in SetClockId() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
/developtools/hiperf/src/
Dsubcommand_record.cpp782 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()