Home
last modified time | relevance | path

Searched defs:maxFrameNums (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp56 size_t maxFrameNums) in GetBacktraceFramesByTid()
74 size_t maxFrameNums, bool enableKernelStack) in GetBacktraceStringByTid()
95 bool PrintBacktrace(int32_t fd, bool fast, size_t maxFrameNums) in PrintBacktrace()
115 bool GetBacktrace(std::string& out, bool fast, size_t maxFrameNums) in GetBacktrace()
122 bool GetBacktrace(std::string& out, size_t skipFrameNum, bool fast, size_t maxFrameNums) in GetBacktrace()
128 bool PrintTrace(int32_t fd, size_t maxFrameNums) in PrintTrace()
133 const char* GetTrace(size_t skipFrameNum, size_t maxFrameNums) in GetTrace()
143 std::string GetProcessStacktrace(size_t maxFrameNums, bool enableKernelStack) in GetProcessStacktrace()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp96 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid()
109 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid()
124 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid()
162 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked()
240 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess()
254 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch()
299 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) in DumpCatchFd()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlog_wrapper.cpp160 bool LogBacktrace(size_t maxFrameNums) in LogBacktrace()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h31 unsigned int maxFrameNums = 64; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp115 unsigned int maxFrameNums = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local