Changeset View
Changeset View
Standalone View
Standalone View
sys/i386/include/pmc_mdep.h
| Show All 39 Lines | |||||
| #endif | #endif | ||||
| /* | /* | ||||
| * On the i386 platform we support the following PMCs. | * On the i386 platform we support the following PMCs. | ||||
| * | * | ||||
| * TSC The timestamp counter | * TSC The timestamp counter | ||||
| * K7 AMD Athlon XP/MP and other 32 bit processors. | * K7 AMD Athlon XP/MP and other 32 bit processors. | ||||
| * K8 AMD Athlon64 and Opteron PMCs in 32 bit mode. | * K8 AMD Athlon64 and Opteron PMCs in 32 bit mode. | ||||
| * PIV Intel P4/HTT and P4/EMT64 | |||||
| * PPRO Intel Pentium Pro, Pentium-II, Pentium-III, Celeron and | |||||
| * Pentium-M processors | |||||
| * PENTIUM Intel Pentium MMX. | |||||
| * IAP Intel Core/Core2/Atom programmable PMCs. | * IAP Intel Core/Core2/Atom programmable PMCs. | ||||
| * IAF Intel fixed-function PMCs. | * IAF Intel fixed-function PMCs. | ||||
| * UCP Intel Uncore programmable PMCs. | * UCP Intel Uncore programmable PMCs. | ||||
| * UCF Intel Uncore fixed-function PMCs. | * UCF Intel Uncore fixed-function PMCs. | ||||
| */ | */ | ||||
| #include <dev/hwpmc/hwpmc_amd.h> /* K7 and K8 */ | #include <dev/hwpmc/hwpmc_amd.h> /* K7 and K8 */ | ||||
| #include <dev/hwpmc/hwpmc_core.h> | #include <dev/hwpmc/hwpmc_core.h> | ||||
| ▲ Show 20 Lines • Show All 107 Lines • Show Last 20 Lines | |||||