//! Performance counter for all Intel architectures.
/// The content of this file is automatically generated by `build.rs`
/// from the data in `x86data/perfmon_data`.
use phf;
use IntelPerformanceCounterDescription;
use Counter;
use PebsType;
use Tuple;
use MSRIndex;
include!;