Home
last modified time | relevance | path

Searched refs:KERNEL_PREFIX (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/include/
Dunique_stack_table.h37 constexpr uint64_t KERNEL_PREFIX = 0xFFFFFFull << 40; variable
/developtools/hiperf/src/
Dunique_stack_table.cpp182 node->section.inKernel ? (node->section.ip | KERNEL_PREFIX) : node->section.ip); in GetIpsByStackId()
Dvirtual_runtime.cpp404 uint64_t ip = node->section.ip | KERNEL_PREFIX; in CollectDedupSymbol()