Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp53 std::vector<ReportItemCallFrame> *currentCallFrames = &item.callStacks_; in AddReportItem() local
59 ReportItemCallFrame &nextCallFrame = currentCallFrames->emplace_back( in AddReportItem()
64 currentCallFrames = &nextCallFrame.childs; in AddReportItem()