Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c268 enum pmc_cputype pm_cputype; member
274 #define __PMC_CPU(S, V, D) { .pm_cputype = PMC_CPU_##S, .pm_name = #S } ,
1396 switch (cpu_info.pm_cputype) { in pmc_event_names_of_class()
1409 switch (cpu_info.pm_cputype) { in pmc_event_names_of_class()
1551 cpu_info.pm_cputype = op_cpu_info.pm_cputype; in pmc_init()
1610 switch (cpu_info.pm_cputype) { in pmc_init()
1628 switch (cpu_info.pm_cputype) { in pmc_init()
1687 switch (cpu_info.pm_cputype) { in pmc_init()
1780 if (cp == pmc_cputype_names[n].pm_cputype) in pmc_name_of_cputype()
1884 if ((n = _pmc_name_of_event(pe, cpu_info.pm_cputype)) != NULL) in pmc_name_of_event()
H A Dpmc.h54 enum pmc_cputype pm_cputype; /* the kind of CPU */ member
/freebsd/usr.sbin/pmccontrol/
H A Dpmccontrol.c225 pmc_name_of_cputype(pc->pm_cputype), in pmcc_do_list_state()
/freebsd/sys/sys/
H A Dpmc.h542 enum pmc_cputype pm_cputype; /* what kind of CPU */ member
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3917 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()