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

/freebsd-10.2-release/lib/libpmc/
H A Dpmc.h53 enum pmc_cputype pm_cputype; /* the kind of CPU */ member in struct:pmc_cpuinfo
H A Dlibpmc.c397 enum pmc_cputype pm_cputype; member in struct:pmc_cputype_map
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 &&
881 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM ||
882 cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM_SILVERMONT ||
883 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2 ||
884 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2EXTREME) {
893 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_COREI7 ||
894 cpu_info.pm_cputype == PMC_CPU_INTEL_WESTMERE ||
895 cpu_info.pm_cputype
[all...]
/freebsd-10.2-release/usr.sbin/pmccontrol/
H A Dpmccontrol.c228 pmc_name_of_cputype(pc->pm_cputype),
245 if (pc->pm_cputype == PMC_CPU_INTEL_PIV &&
/freebsd-10.2-release/sys/sys/
H A Dpmc.h512 enum pmc_cputype pm_cputype; /* what kind of CPU */ member in struct:pmc_op_getcpuinfo
/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c2925 gci.pm_cputype = md->pmd_cputype;

Completed in 130 milliseconds