Home
last modified time | relevance | path

Searched refs:DfxStackInfoFormatter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.h34 class DfxStackInfoFormatter {
36DfxStackInfoFormatter(std::shared_ptr<DfxProcess> process, std::shared_ptr<ProcessDumpRequest> req… in DfxStackInfoFormatter() function
38 virtual ~DfxStackInfoFormatter() {}; in ~DfxStackInfoFormatter()
42 DfxStackInfoFormatter() = delete;
H A Ddfx_stack_info_formatter.cpp50 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const in GetStackInfo()
66 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const in GetStackInfo()
80 void DfxStackInfoFormatter::GetNativeCrashInfo(Json::Value& jsonInfo) const in GetNativeCrashInfo()
131 void DfxStackInfoFormatter::GetDumpInfo(Json::Value& jsonInfo) const in GetDumpInfo()
153 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
176 void DfxStackInfoFormatter::FillNativeFrame(const DfxFrame& frame, Json::Value& jsonInfo) const in FillNativeFrame()
198 void DfxStackInfoFormatter::AppendThreads(const std::vector<std::shared_ptr<DfxThread>>& threads, in AppendThreads()
H A Dprocess_dumper.cpp322 DfxStackInfoFormatter formatter(process_, request); in Dump()