Searched defs:rawStack (Results 1 – 6 of 6) sorted by relevance
71 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 …]
93 void HookRecordFactory::SaveRawStack(RawStackPtr rawStack) in SaveRawStack()144 auto rawStack = hookRecord->GetRawStack(); in SaveHookRecord() local152 …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
581 auto rawStack = hookRecord->GetRawStack(); in GetCallStackId() local635 void StackPreprocess::SetEventFrame(const ReportEventBaseData& rawStack, in SetEventFrame()680 auto rawStack = hookRecord->GetRawStack(); in SetAllocStatisticsFrame() local730 auto rawStack = hookRecord->GetRawStack(); in SetAllocStatisticsFrame() local758 auto rawStack = hookRecord->GetRawStack(); in SetHookData() local804 auto rawStack = hookRecord->GetRawStack(); in SetApplyAndReleaseMatchFrame() local838 auto rawStack = hookRecord->GetRawStack(); in SetHookData() local911 auto rawStack = hookRecord->GetRawStack(); in SetAllocStatisticsData() local963 auto rawStack = hookRecord->GetRawStack(); in WriteFrames() local1413 for (const auto& rawStack: applyAndReleaseMatchPeriodListData_) { in FlushRecordApplyAndReleaseMatchData() local[all …]
144 RawStackPtr rawStack = nullptr; in TakeRawData() local
26 auto rawStack = hookRecord->GetRawStack(); in FillStatsVirtualFrames() local
520 std::shared_ptr<RawStack> rawStack = nullptr; in ReadShareMemory() local