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.cpp43 auto dataRepeater = std::make_shared<ProfilerDataRepeater<ProfilerPluginData>>(bufferSize); variable
163 auto dataRepeater = std::make_shared<ProfilerDataRepeater<ProfilerPluginData>>(bufferSize); variable
177 auto dataRepeater = std::make_shared<ProfilerDataRepeater<ProfilerPluginData>>(bufferSize); variable
192 auto dataRepeater = std::make_shared<ProfilerDataRepeater<ProfilerPluginData>>(bufferSize); variable
Dplugin_service_stubs.cpp144 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
165 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp54const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
70const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
85 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSessions()
109 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSessions()
Dplugin_session.cpp22 const ProfilerDataRepeaterPtr& dataRepeater, in PluginSession()
37 const ProfilerDataRepeaterPtr& dataRepeater, in PluginSession()
Dplugin_service.cpp125 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
181 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp298 std::shared_ptr<ProfilerDataRepeater<ProfilerPluginData>> dataRepeater = nullptr; in CreateSession() local
597 auto dataRepeater = ctx->dataRepeater; in FetchData() local
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp56 StackPreprocess::StackPreprocess(const StackDataRepeaterPtr& dataRepeater, const NativeHookConfig& … in StackPreprocess()