Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_uncore.c70 static uint64_t uncore_pmcmask; variable
723 uncore_pmcmask = 0; in pmc_uncore_initialize()
732 uncore_pmcmask |= ((1ULL << uncore_ucp_npmc) - 1); in pmc_uncore_initialize()
744 uncore_pmcmask |= ((1ULL << uncore_ucf_npmc) - 1) << SELECTOFF(uncore_cputype); in pmc_uncore_initialize()
746 PMCDBG2(MDP,INI,1,"uncore-init pmcmask=0x%jx ucfri=%d", uncore_pmcmask, in pmc_uncore_initialize()