Searched refs:DfxConfig (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_config.h | 33 class DfxConfig { class 41 DfxConfig() = default; 42 ~DfxConfig() = default;
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | printer.cpp | 160 if (DfxConfig::GetConfig().displayMaps) { in PrintProcessMapsByConfig() 174 if (DfxConfig::GetConfig().displayBacktrace) { in PrintOtherThreadHeaderByConfig() 182 if (DfxConfig::GetConfig().displayBacktrace && thread != nullptr) { in PrintThreadHeaderByConfig() 219 if (DfxConfig::GetConfig().displayBacktrace && thread != nullptr) { in PrintThreadBacktraceByConfig() 257 if (DfxConfig::GetConfig().displayRegister) { in PrintThreadRegsByConfig() 270 if (DfxConfig::GetConfig().displayRegister) { in PrintRegsByConfig() 279 if (DfxConfig::GetConfig().displayFaultStack) { in PrintThreadFaultStackByConfig()
|
H A D | dfx_unwind_remote.cpp | 180 if ((!DfxConfig::GetConfig().dumpOtherThreads) || (vmPid != 0 && !isVmProcAttach)) { in UnwindOtherThread() 206 bool ret = unwinder->UnwindRemote(pid, withRegs, DfxConfig::GetConfig().maxFrameNums); in UnwindOtherThread() 247 if (!DfxConfig::GetConfig().dumpOtherThreads) { in InitOtherThreadRegs()
|
H A D | dfx_fault_stack.cpp | 64 uintptr_t lowAddrLength = DfxConfig::GetConfig().lowAddressStep; in AdjustAndCreateMemoryBlock() 94 uintptr_t highAddrLength = DfxConfig::GetConfig().highAddressStep; in CollectStackInfo() 160 if (targetAddr - stackStartAddr > STEP * DfxConfig::GetConfig().highAddressStep) { in PrintMemoryBlock()
|
H A D | dfx_unwind_async_thread.cpp | 50 DfxConfig::GetConfig().maxFrameNums); in UnwindStack()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_config.cpp | 33 #define LOG_TAG "DfxConfig" 39 DfxConfigInfo& DfxConfig::GetConfig() in GetConfig() 49 void DfxConfig::ParserConfig(DfxConfigInfo& config, const std::string& key, const std::string& value) in ParserConfig() 116 void DfxConfig::ReadConfig(DfxConfigInfo& config) in ReadConfig()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 641 * @tc.desc: test DfxConfig class functions 647 ASSERT_EQ(DfxConfig::GetConfig().displayRegister, true); in HWTEST_F() 648 ASSERT_EQ(DfxConfig::GetConfig().displayBacktrace, true); in HWTEST_F() 649 ASSERT_EQ(DfxConfig::GetConfig().displayMaps, true); in HWTEST_F() 650 ASSERT_EQ(DfxConfig::GetConfig().displayFaultStack, true); in HWTEST_F() 651 ASSERT_EQ(DfxConfig::GetConfig().dumpOtherThreads, true); in HWTEST_F() 652 ASSERT_EQ(DfxConfig::GetConfig().highAddressStep, 512); in HWTEST_F() 653 ASSERT_EQ(DfxConfig::GetConfig().lowAddressStep, 16); in HWTEST_F() 654 ASSERT_EQ(DfxConfig::GetConfig().maxFrameNums, 256); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
H A D | faultloggerdunwinder_fuzzer.cpp | 37 DfxConfig::GetConfig(); in TestDfxConfig()
|
Completed in 5 milliseconds