Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp451 void Report::OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrame, in OutputStdCallFrames() function in OHOS::Developtools::HiPerf::Report
481 OutputStdCallFrames(indent, callFrame.childs[0], callFrame.eventCount_); in OutputStdCallFrames()
486 OutputStdCallFrames(indent + CALLSTACK_INDENT, childCallFrame, callFrame.eventCount_); in OutputStdCallFrames()
510 OutputStdCallFrames(CALLSTACK_INDENT, callFrame, reportItem.eventCount_); in OutputStdContent()
/developtools/hiperf/include/
Dreport.h553 void OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrames,