Home
last modified time | relevance | path

Searched defs:dataRepeater (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_data_repeater_test.cpp44 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
164 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
178 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
193 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
Dplugin_service_stubs.cpp144 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
163 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp54const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
68const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
82 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSessions()
105 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSessions()
Dplugin_session.cpp22 const ProfilerDataRepeaterPtr& dataRepeater) in PluginSession()
35 const ProfilerDataRepeaterPtr& dataRepeater) in PluginSession()
Dplugin_service.cpp128 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
180 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp283 std::shared_ptr<ProfilerDataRepeater> dataRepeater = nullptr; in CreateSession() local
537 auto dataRepeater = ctx->dataRepeater; in FetchData() local
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp55 StackPreprocess::StackPreprocess(const StackDataRepeaterPtr& dataRepeater, in StackPreprocess()