Home
last modified time | relevance | path

Searched refs:lowAddressStep (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp101 unsigned int lowAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local
102 if (lowAddressStep != 0) { in ParserConfig()
103 config.lowAddressStep = lowAddressStep; in ParserConfig()
/ohos5.0/base/hiviewdfx/faultloggerd/services/config/
H A Dfaultlogger.conf7 displayFaultStack.lowAddressStep=16
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h29 unsigned int lowAddressStep = 16; member
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp64 uintptr_t lowAddrLength = DfxConfig::GetConfig().lowAddressStep; in AdjustAndCreateMemoryBlock()
/ohos5.0/base/hiviewdfx/faultloggerd/docs/
H A Dusage.md57 displayFaultStack.lowAddressStep=16 <- 崩溃线程堆栈内存向高地址读取的块的数量(逆栈生长方向)
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp654 ASSERT_EQ(DfxConfig::GetConfig().lowAddressStep, 16);