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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c76 static uint64_t uncore_pmcmask; variable
1193 uncore_pmcmask = 0;
1202 uncore_pmcmask |= ((1ULL << uncore_ucp_npmc) - 1);
1214 uncore_pmcmask |= ((1ULL << uncore_ucf_npmc) - 1) << SELECTOFF(uncore_cputype);
1216 PMCDBG2(MDP,INI,1,"uncore-init pmcmask=0x%jx ucfri=%d", uncore_pmcmask,

Completed in 45 milliseconds