Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h36 constexpr uint64_t PC_IN_KERNEL = 1ull << 63; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp123 node.section.inKernel = !!(thisPc & PC_IN_KERNEL); in PutPcInSlot()