aboutsummaryrefslogtreecommitdiff
path: root/src/shared/perfcnt/intel/counters.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/perfcnt/intel/counters.rs')
-rw-r--r--src/shared/perfcnt/intel/counters.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/shared/perfcnt/intel/counters.rs b/src/shared/perfcnt/intel/counters.rs
new file mode 100644
index 0000000..e2987cc
--- /dev/null
+++ b/src/shared/perfcnt/intel/counters.rs
@@ -0,0 +1,12 @@
+//! 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::IntelPerformanceCounterDescription;
+use super::description::Counter;
+use super::description::PebsType;
+use super::description::Tuple;
+use super::description::MSRIndex;
+
+include!(concat!(env!("OUT_DIR"), "/counters.rs"));