/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 151 DfxDumpCatcher dumplog; 179 DfxDumpCatcher dumplog; 200 DfxDumpCatcher dumplog; 222 DfxDumpCatcher dumplog; 265 DfxDumpCatcher dumplog; 296 DfxDumpCatcher dumplog; 320 DfxDumpCatcher dumplog; 342 DfxDumpCatcher dumplog; 372 DfxDumpCatcher dumplog; 402 DfxDumpCatcher dumplog; [all …]
|
H A D | dumpcatcher_command_test.cpp | 410 std::shared_ptr<DfxDumpCatcher> dump = make_shared<DfxDumpCatcher>();
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 96 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() 182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 358 int DfxDumpCatcher::DoDumpRemotePid(int pid, std::string& msg, bool isJson, int32_t timeout) in DoDumpRemotePid() 386 void DfxDumpCatcher::CollectKernelStack(pid_t pid, int waitMilliSeconds) in CollectKernelStack() 426 void DfxDumpCatcher::AsyncGetAllTidKernelStack(pid_t pid, int waitMilliSeconds) in AsyncGetAllTidKernelStack() 557 bool DfxDumpCatcher::DoReadBuf(int fd, std::string& msg) in DoReadBuf() 575 bool DfxDumpCatcher::DoReadRes(int fd, bool &ret, std::string& msg) in DoReadRes() [all …]
|
H A D | libdfx_dumpcatcher.map | 4 OHOS::HiviewDFX::DfxDumpCatcher::Dump*; 5 OHOS::HiviewDFX::DfxDumpCatcher::Do*;
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 252 DfxDumpCatcher dumplog; 272 DfxDumpCatcher dumplog; 290 DfxDumpCatcher dumplog; 312 DfxDumpCatcher dumplog; 334 DfxDumpCatcher dumplog; 354 DfxDumpCatcher dumplog; 373 DfxDumpCatcher dumplog; 393 DfxDumpCatcher dumplog; 414 DfxDumpCatcher dumplog; 433 DfxDumpCatcher dumplog; [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
H A D | dfx_dump_catcher.h | 31 class DfxDumpCatcher { 33 DfxDumpCatcher() {} in DfxDumpCatcher() function 34 ~DfxDumpCatcher() {} in ~DfxDumpCatcher()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-faultlogger.md | 61 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string& msg, size_t maxFra… 62 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string& msg) | 接口返回值:… 63 | DfxDumpCatcher | bool DumpCatchFd(const int pid, const int tid, std::string& msg, int fd, siz… 64 | DfxDumpCatcher | bool DumpCatchMultiPid(const std::vector\<int> pidV, std::string& msg) | 接… 76 …赖:以`/base/hiviewdfx/faultloggerd/example/BUILD.gn`为例,在include_dirs中添加DfxDumpCatcher头文件路径,并在deps中添加… 148 …ltloggerd/example/dump_catcher_demo.cpp`为例,引用dfx_dump_catcher.h头文件,声明DfxDumpCatcher对象,通过宏函数构造函数调用链… 166 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/ |
H A D | faultloggerddumpcatcher_fuzzer.cpp | 47 std::shared_ptr<DfxDumpCatcher> catcher = std::make_shared<DfxDumpCatcher>(); in DumpStackTraceTest()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
H A D | faultloggerd_performance_test.cpp | 119 DfxDumpCatcher dumplog; 141 DfxDumpCatcher dumplog; 208 DfxDumpCatcher dumplog;
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_dfx_dump.cpp | 24 OHOS::HiviewDFX::DfxDumpCatcher dumpLog; in DumpSpawnStack()
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hichecker-guidelines-arkts.md | 103 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpCurrTid… 104 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpLocalLo… 105 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DumpCatch(int…
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | dump_catcher.cpp | 33 DfxDumpCatcher dfxDump; in Dump()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-faultlogger.md | 60 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string& msg) | Return va… 61 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string& msg) | Return… 62 | DfxDumpCatcher | bool DumpCatchFd(const int pid, const int tid, std::string& msg, int fd) | … 63 | DfxDumpCatcher | bool DumpCatchMultiPid(const std::vector\<int> pidV, std::string& msg) | R… 138 …s an example. Include the **dfx_dump_catcher.h** file, declare the **DfxDumpCatcher** object, use … 152 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_event_report.cpp | 61 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in SendBlockFaultEvent()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/ |
H A D | sigdump_handler_test.cpp | 79 DfxDumpCatcher dumplog;
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hichecker-guidelines-arkts.md | 103 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpCurrTid… 104 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpLocalLo… 105 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DumpCatch(int…
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_error/ |
H A D | b_error.cpp | 44 HiviewDFX::DfxDumpCatcher().DumpCatch(getprocpid(), syscall(SYS_gettid), msg); in WrapMessageWithExtraInfos()
|
/ohos5.0/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.cpp | 31 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFuncDump()
|
/ohos5.0/base/hiviewdfx/faultloggerd/ |
H A D | README_zh.md | 90 接口类名:`DfxDumpCatcher` 158 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
|
H A D | README.md | 86 Interface class: `DfxDumpCatcher` 150 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | worker_thread.h | 56 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in ~WorkerThread()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 126 DfxDumpCatcher dumplog; in DumpStacktrace()
|
/ohos5.0/base/hiviewdfx/hichecker/frameworks/native/ |
H A D | hichecker.cpp | 213 DfxDumpCatcher dumplog; in DumpStackTrace()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 493 HiviewDFX::DfxDumpCatcher dumplog; in CatchJsonStacktrace() 516 HiviewDFX::DfxDumpCatcher dumplog; in CatcherStacktrace()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/ |
H A D | connection_manager.cpp | 308 DfxDumpCatcher dumpLog; in ReportConnectionLeakEvent()
|