aboutsummaryrefslogtreecommitdiff
path: root/src/perfcnt/intel/description.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/perfcnt/intel/description.rs')
-rw-r--r--src/perfcnt/intel/description.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/perfcnt/intel/description.rs b/src/perfcnt/intel/description.rs
index d47da75..4e5e8cc 100644
--- a/src/perfcnt/intel/description.rs
+++ b/src/perfcnt/intel/description.rs
@@ -234,11 +234,10 @@ pub struct EventDescription<'a> {
/// Port Mask
pub port_mask: u8,
- /// This field maps to the Unit Mask filed in the IA32_PERFEVTSELx[15:8] MSRs.
- /// It further qualifies the event logic unit selected in the event select
+ /// This field maps to the Unit Mask filed in the IA32_PERFEVTSELx[15:8] MSRs.
+ /// It further qualifies the event logic unit selected in the event select
/// field to detect a specific micro-architectural condition.
pub umask_ext: u8,
-
}
impl<'a> EventDescription<'a> {