Searched refs:PMCSTAT_HASH_MASK (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h79 #define PMCSTAT_HASH_MASK 0xFF macro
H A Dpmcpl_callgraph.c158 hash &= PMCSTAT_HASH_MASK;
H A Dpmcstat_log.c309 return (hash & PMCSTAT_HASH_MASK);
1237 hash = (uint32_t) pid & PMCSTAT_HASH_MASK; /* simplicity wins */
H A Dpmcpl_calltree.c677 hash &= PMCSTAT_HASH_MASK;

Completed in 174 milliseconds