Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp401 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/
Dreport.h555 bool OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount,