Home
last modified time | relevance | path

Searched defs:dataRepeater (Results 1 – 9 of 9) 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.cpp132 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
151 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.cpp108 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
148 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
/developtools/profiler/device/services/profiler_service/src/
Dresult_demuxer.cpp26 ResultDemuxer::ResultDemuxer(const ProfilerDataRepeaterPtr& dataRepeater, PluginSessionManagerPtr p… in ResultDemuxer()
Dprofiler_service.cpp287 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(DEFAULT_REPEATER_BUFFER_SIZE); in CreateSession() local
544 auto dataRepeater = ctx->dataRepeater; in FetchData() local
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h99 std::shared_ptr<ProfilerDataRepeater> dataRepeater; member
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp35 StackPreprocess::StackPreprocess(const StackDataRepeaterPtr& dataRepeater, NativeHookConfig hookCon… in StackPreprocess()