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

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

Completed in 97 milliseconds