Searched defs:maxFrameNums (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_config.h | 30 unsigned int maxFrameNums = 256; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_config.cpp | 107 unsigned int maxFrameNums = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | backtrace_local.cpp | 94 bool PrintBacktrace(int32_t fd, bool fast, size_t maxFrameNums) in PrintBacktrace() argument 114 bool GetBacktrace(std::string& out, bool fast, size_t maxFrameNums) in GetBacktrace() argument 123 bool GetBacktrace(std::string& out, size_t skipFrameNum, bool fast, size_t maxFrameNums) in GetBacktrace() argument 54 GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool fast, size_t maxFrameNums) GetBacktraceFramesByTid() argument 72 GetBacktraceStringByTid(std::string& out, int32_t tid, size_t skipFrameNum, bool fast, size_t maxFrameNums, bool enableKernelStack) GetBacktraceStringByTid() argument 131 PrintTrace(int32_t fd, size_t maxFrameNums) PrintTrace() argument 136 GetTrace(size_t skipFrameNum, size_t maxFrameNums) GetTrace() argument 146 GetProcessStacktrace(size_t maxFrameNums, bool enableKernelStack) GetProcessStacktrace() argument [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 80 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid() argument 93 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() argument 108 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid() argument 142 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked() argument 215 DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) DumpCatchProcess() argument 229 DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) DumpCatch() argument 274 DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) DumpCatchFd() argument [all...] |
Completed in 4 milliseconds