Home
last modified time | relevance | path

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

/trueos/lib/libpmc/
HDlibpmc.c397 enum pmc_cputype pm_cputype; member
403 #define __PMC_CPU(S, V, D) { .pm_cputype = PMC_CPU_##S, .pm_name = #S } ,
876 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_CORE && in iap_allocate_pmc()
881 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM || in iap_allocate_pmc()
882 cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM_SILVERMONT || in iap_allocate_pmc()
883 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2 || in iap_allocate_pmc()
884 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2EXTREME) { in iap_allocate_pmc()
893 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_COREI7 || in iap_allocate_pmc()
894 cpu_info.pm_cputype == PMC_CPU_INTEL_WESTMERE || in iap_allocate_pmc()
895 cpu_info.pm_cputype == PMC_CPU_INTEL_NEHALEM_EX || in iap_allocate_pmc()
[all …]
HDpmc.h53 enum pmc_cputype pm_cputype; /* the kind of CPU */ member
/trueos/usr.sbin/pmccontrol/
HDpmccontrol.c228 pmc_name_of_cputype(pc->pm_cputype), in pmcc_do_list_state()
245 if (pc->pm_cputype == PMC_CPU_INTEL_PIV && in pmcc_do_list_state()
/trueos/sys/sys/
HDpmc.h512 enum pmc_cputype pm_cputype; /* what kind of CPU */ member
/trueos/sys/dev/hwpmc/
HDhwpmc_mod.c2925 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()