Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp471 OutputStdCallFrame(indent + CALLSTACK_INDENT, "[run in self function]", 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.h285 constexpr const int CALLSTACK_INDENT = 4; variable