Searched refs:stackId (Results 1 – 4 of 4) sorted by relevance
329 uint32_t stackId = callStackMap_.size() + 1; in SetCallStackMap() local330 stackmap->set_id(stackId); in SetCallStackMap()341 callStackMap_[callStack_] = stackId; in SetCallStackMap()342 return stackId; in SetCallStackMap()423 auto stackId = SetCallStackMap(batchNativeHookData); in SetAllocStatisticsFrame() local424 SetAllocStatisticsData(rawStack, stackId); in SetAllocStatisticsFrame()538 inline void StackPreprocess::SetAllocStatisticsData(const RawStackPtr& rawStack, size_t stackId, bo… in SetAllocStatisticsData() argument542 auto recordIter = recordStatisticsMap_.find(stackId); in SetAllocStatisticsData()549 statisticsPeriodData_[stackId] = &recordIter->second; in SetAllocStatisticsData()554 record.callstackId = stackId; in SetAllocStatisticsData()[all …]
37 auto stackId = stackMapReader.id(); in ParseStackMap() local62 nativeHookFilter_->AppendStackMaps(stackId, frames); in ParseStackMap()
101 BatchNativeHookData& batchNativeHookData, T* event, uint32_t stackId);105 void SetAllocStatisticsData(const RawStackPtr& rawStack, size_t stackId, bool isExists = false);