Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hwpmc/
HDhwpmc_amd.c61 static struct amd_descr amd_pmcdesc[AMD_NPMCS] = variable
370 pd = &amd_pmcdesc[ri]; in amd_read_pmc()
417 pd = &amd_pmcdesc[ri]; in amd_write_pmc()
547 pd = &amd_pmcdesc[ri].pm_descr; in amd_allocate_pmc()
653 pd = &amd_pmcdesc[ri]; in amd_release_pmc()
685 pd = &amd_pmcdesc[ri]; in amd_start_pmc()
729 pd = &amd_pmcdesc[ri]; in amd_stop_pmc()
859 pd = &amd_pmcdesc[ri]; in amd_describe()
892 *msr = amd_pmcdesc[ri].pm_perfctr - AMD_PMC_PERFCTR_0; in amd_get_msr()
1128 (void) snprintf(amd_pmcdesc[i].pm_descr.pd_name, in pmc_amd_initialize()
[all …]