aboutsummaryrefslogtreecommitdiff
path: root/src/perfcnt/intel/counters.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/perfcnt/intel/counters.rs')
-rw-r--r--src/perfcnt/intel/counters.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/perfcnt/intel/counters.rs b/src/perfcnt/intel/counters.rs
new file mode 100644
index 0000000..d05fd5c
--- /dev/null
+++ b/src/perfcnt/intel/counters.rs
@@ -0,0 +1,8 @@
+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")); \ No newline at end of file