Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c264 enum pmc_cputype pm_cputype; member
270 #define __PMC_CPU(S, V, D) { .pm_cputype = PMC_CPU_##S, .pm_name = #S } ,
1272 switch (cpu_info.pm_cputype) { in pmc_event_names_of_class()
1285 switch (cpu_info.pm_cputype) { in pmc_event_names_of_class()
1427 cpu_info.pm_cputype = op_cpu_info.pm_cputype; in pmc_init()
1482 switch (cpu_info.pm_cputype) { in pmc_init()
1500 switch (cpu_info.pm_cputype) { in pmc_init()
1559 switch (cpu_info.pm_cputype) { in pmc_init()
1652 if (cp == pmc_cputype_names[n].pm_cputype) in pmc_name_of_cputype()
1754 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.h537 enum pmc_cputype pm_cputype; /* what kind of CPU */ member
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3915 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()