Searched defs:dataRepeater (Results 1 – 7 of 7) sorted by relevance
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_data_repeater_test.cpp | 43 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
|
| D | plugin_service_stubs.cpp | 144 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession() 165 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_session_manager.cpp | 54 … const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession() 70 … const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession() 85 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSessions() 109 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSessions()
|
| D | plugin_session.cpp | 22 const ProfilerDataRepeaterPtr& dataRepeater, in PluginSession() 37 const ProfilerDataRepeaterPtr& dataRepeater, in PluginSession()
|
| D | plugin_service.cpp | 125 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession() 181 const ProfilerDataRepeaterPtr& dataRepeater, in CreatePluginSession()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 298 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/ |
| D | stack_preprocess.cpp | 56 StackPreprocess::StackPreprocess(const StackDataRepeaterPtr& dataRepeater, const NativeHookConfig& … in StackPreprocess()
|