Home
last modified time | relevance | path

Searched refs:highAddressStep (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp99 if (key.compare("displayFaultStack.highAddressStep") == 0) { in ParserConfig()
100 unsigned int highAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local
101 if (highAddressStep != 0) { in ParserConfig()
102 config.highAddressStep = highAddressStep; in ParserConfig()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h29 unsigned int highAddressStep = 512; member
/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()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp652 ASSERT_EQ(DfxConfig::GetConfig().highAddressStep, 512); in HWTEST_F()

Completed in 4 milliseconds