Home
last modified time | relevance | path

Searched refs:inKernel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp123 node.section.inKernel = !!(thisPc & PC_IN_KERNEL); in PutPcInSlot()
222 node->section.inKernel ? (node->section.pc | KERNEL_PREFIX) : node->section.pc); in GetPcsByStackId()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h50 uint64_t inKernel : KERNEL_FLAG_BIT_LENGTH; member