Searched refs:OutputStdCallFrame (Results 1 – 2 of 2) sorted by relevance
| /developtools/hiperf/src/ |
| D | report.cpp | 401 bool Report::OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount, in OutputStdCallFrame() function in OHOS::Developtools::HiPerf::Report 464 if (!OutputStdCallFrame(indent, callFrame.func_, callFrame.eventCount_, totalEventCount)) { in OutputStdCallFrames() 471 OutputStdCallFrame(indent + CALLSTACK_INDENT, "[run in self function]", in OutputStdCallFrames()
|
| /developtools/hiperf/include/ |
| D | report.h | 555 bool OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount,
|