Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dunique_stack_table.cpp81 uint64_t UniqueStackTable::PutIpInSlot(uint64_t thisIp, uint64_t prevIdx) in PutIpInSlot() argument
84 uint64_t curIpIdx = (((thisIp >> 2) ^ (prevIdx << 4)) % hashModulus_) + availableIndex_; in PutIpInSlot()
88 node.section.ip = thisIp; in PutIpInSlot()
90 node.section.inKernel = !!(thisIp & IP_IN_KERNEL); in PutIpInSlot()
/developtools/hiperf/include/
Dunique_stack_table.h123 uint64_t PutIpInSlot(uint64_t thisIp, uint64_t prevIdx);