Home
last modified time | relevance | path

Searched refs:SetClockId (Results 1 - 18 of 18) sorted by relevance

/developtools/profiler/device/plugins/api/include/
H A Dwriter.h27 virtual void SetClockId(clockid_t clockId) {} in SetClockId() function in Writer
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler.h38 void SetClockId(int32_t type) in SetClockId() function in OHOS::Developtools::Profiler::FfrtProfiler
/developtools/profiler/device/plugins/network_profiler/client/include/
H A Dnetwork_profiler.h43 void SetClockId(int32_t type) in SetClockId() function in OHOS::Developtools::Profiler::NetworkProfiler
/developtools/profiler/device/plugins/api/src/
H A Dplugin_module.cpp101 void PluginModule::SetClockId(clockid_t clockId) in SetClockId() function in PluginModule
104 PROFILER_LOG_INFO(LOG_CORE, "SetClockId: plugin=%s, clock=%d", GetPluginName().c_str(), clockId); in SetClockId()
106 writerAdapter_->GetWriter()->SetClockId(clockId); in SetClockId()
H A Dbuffer_writer.h50 void SetClockId(clockid_t clockId) override
H A Dplugin_module.h78 void SetClockId(clockid_t clockId);
H A Dplugin_manager.cpp260 pluginModules_[it->second]->SetClockId(COMMON::GetClockId(config[idx].clock())); in CreatePluginSession()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler_socker_client.cpp75 profiler_->SetClockId(config->clock); in ProtocolProc()
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
H A DClientApi_fuzzer.cpp74 opt.SetClockId(stringArg); in FuzzClientApiOption()
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler_socker_client.cpp73 profiler_->SetClockId(config->clock); in ProtocolProc()
/developtools/hiperf/interfaces/innerkits/native/include/
H A Dhiperf_client.h169 void SetClockId(const std::string &clockId);
/developtools/hiperf/test/unittest/common/native/
H A Dhiperf_client_test.cpp438 HWTEST_F(HiperfClientTest, SetClockId, TestSize.Level1) in HWTEST_F()
443 opt.SetClockId("monotonic"); in HWTEST_F()
H A Dperf_events_test.cpp139 event.SetClockId(clockId); in SetAllConfig()
/developtools/profiler/device/plugins/api/test/unittest/
H A Dplugin_module_test.cpp92 plugin->SetClockId(COMMON::GetClockId("realtime")); in HWTEST_F()
/developtools/hiperf/interfaces/kits/js/napi/
H A 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/include/
H A Dperf_events.h398 void SetClockId(int clockId) in SetClockId() function in OHOS::Developtools::HiPerf::PerfEvents
/developtools/hiperf/interfaces/innerkits/native/src/
H A Dhiperf_client.cpp299 void RecordOption::SetClockId(const std::string &clockId) in SetClockId() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
/developtools/hiperf/src/
H A Dsubcommand_record.cpp841 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()

Completed in 14 milliseconds