Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp108 unsigned int highAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local
109 if (highAddressStep != 0) { in ParserConfig()
110 config.highAddressStep = highAddressStep; in ParserConfig()
/ohos5.0/base/hiviewdfx/faultloggerd/services/config/
H A Dfaultlogger.conf8 displayFaultStack.highAddressStep=512
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h30 unsigned int highAddressStep = 64; member
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp94 uintptr_t highAddrLength = DfxConfig::GetConfig().highAddressStep; in CollectStackInfo()
160 if (targetAddr - stackStartAddr > STEP * DfxConfig::GetConfig().highAddressStep) { in PrintMemoryBlock()
/ohos5.0/base/hiviewdfx/faultloggerd/docs/
H A Dusage.md58 displayFaultStack.highAddressStep=4 <- 崩溃线程堆栈内存向低地址读取的块的数量(顺栈生长方向)
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp653 ASSERT_EQ(DfxConfig::GetConfig().highAddressStep, 512);