Searched refs:OutputStdCallFrames (Results 1 – 2 of 2) sorted by relevance
| /developtools/hiperf/src/ |
| D | report.cpp | 451 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/ |
| D | report.h | 554 void OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrames,
|