Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp484 for (const ReportItemCallFrame &childCallFrame : callFrame.childs) { in OutputStdCallFrames() local
485 HLOGV("childCallFream %*c %s", indent, ' ', childCallFrame.func_.data()); in OutputStdCallFrames()
486 OutputStdCallFrames(indent + CALLSTACK_INDENT, childCallFrame, callFrame.eventCount_); in OutputStdCallFrames()