Home
last modified time | relevance | path

Searched defs:rawStack (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_record.h71 HookRecord(RawStackPtr rawStack) : rawStack_(rawStack){}; in HookRecord()
101 FreeRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in FreeRecord()
137 MallocRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in MallocRecord()
144 MmapRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in MmapRecord()
150 MmapFilePageRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in MmapFilePageRecord()
157 MunmapRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in MunmapRecord()
163 PrSetVmaRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in PrSetVmaRecord()
169 MemoryUsingRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in MemoryUsingRecord()
175 MemoryUnusingRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in MemoryUnusingRecord()
181 NmdRecord(RawStackPtr rawStack) : HookRecord(rawStack) {}; in NmdRecord()
[all …]
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_record_factory.cpp93 void HookRecordFactory::SaveRawStack(RawStackPtr rawStack) in SaveRawStack()
144 auto rawStack = hookRecord->GetRawStack(); in SaveHookRecord() local
152 …d::shared_ptr<HookRecord> HookRecordFactory::CreateStackRecord(uint16_t type, RawStackPtr rawStack) in CreateStackRecord()
189 void HookRecordFactory::InitRawStack(RawStackPtr rawStack, const int8_t sharedMemData[], in InitRawStack()
219 auto rawStack = GetRawStackFromCache(); in GetHookRecord() local
Dstack_preprocess.cpp581 auto rawStack = hookRecord->GetRawStack(); in GetCallStackId() local
635 void StackPreprocess::SetEventFrame(const ReportEventBaseData& rawStack, in SetEventFrame()
680 auto rawStack = hookRecord->GetRawStack(); in SetAllocStatisticsFrame() local
730 auto rawStack = hookRecord->GetRawStack(); in SetAllocStatisticsFrame() local
758 auto rawStack = hookRecord->GetRawStack(); in SetHookData() local
804 auto rawStack = hookRecord->GetRawStack(); in SetApplyAndReleaseMatchFrame() local
838 auto rawStack = hookRecord->GetRawStack(); in SetHookData() local
911 auto rawStack = hookRecord->GetRawStack(); in SetAllocStatisticsData() local
963 auto rawStack = hookRecord->GetRawStack(); in WriteFrames() local
1413 for (const auto& rawStack: applyAndReleaseMatchPeriodListData_) { in FlushRecordApplyAndReleaseMatchData() local
[all …]
Dstack_data_repeater.cpp144 RawStackPtr rawStack = nullptr; in TakeRawData() local
Dstack_builder.cpp26 auto rawStack = hookRecord->GetRawStack(); in FillStatsVirtualFrames() local
Dhook_manager.cpp520 std::shared_ptr<RawStack> rawStack = nullptr; in ReadShareMemory() local