blob: f99a3fb739f4d0aca3d975d7ff097a8b1731e594 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
//! 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 super::description::{EventDescription, Counter, PebsType, Tuple, MSRIndex};
include!(concat!(env!("OUT_DIR"), "/counters.rs"));
|