Home
last modified time | relevance | path

Searched refs:stackPreprocess_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp265stackPreprocess_ = std::make_shared<StackPreprocess>(stackData_, hookConfig_, pluginDataClockId); in CreatePluginSession()
266 CHECK_TRUE(stackPreprocess_ != nullptr, false, "Create StackPreprocess FAIL"); in CreatePluginSession()
267 stackPreprocess_->SetWriter(g_buffWriter); in CreatePluginSession()
311 stackPreprocess_->SaveMemTag(rawStack->stackConext->tagId, tagName); in ReadShareMemory()
346 stackPreprocess_ = nullptr; in DestroyPluginSession()
355 CHECK_TRUE(stackPreprocess_ != nullptr, false, "start StackPreprocess FAIL"); in StartPluginSession()
356 stackPreprocess_->StartTakeResults(); in StartPluginSession()
391 CHECK_TRUE(stackPreprocess_ != nullptr, false, "stop StackPreprocess FAIL"); in StopPluginSession()
393 stackPreprocess_->StopTakeResults(); in StopPluginSession()
397 stackPreprocess_->FlushRecordStatistics(); in StopPluginSession()
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_manager.h97 std::shared_ptr<StackPreprocess> stackPreprocess_; variable