Home
last modified time | relevance | path

Searched refs:prevIdx (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A 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()
89 node.section.prevIdx = prevIdx; in PutIpInSlot()
174 if (node->section.prevIdx == HEAD_NODE_INDEX) { in GetIpsByStackId()
177 node = GetFrame(node->section.prevIdx); in GetIpsByStackId()
/developtools/hiperf/include/
H A Dunique_stack_table.h49 uint64_t prevIdx : IDX_BIT_LENGTH; member
123 uint64_t PutIpInSlot(uint64_t thisIp, uint64_t prevIdx);

Completed in 1 milliseconds