|
@@ -449,7 +449,11 @@ static struct attribute *snbep_uncore_qpi_formats_attr[] = {
|
|
|
static struct uncore_event_desc snbep_uncore_imc_events[] = {
|
|
|
INTEL_UNCORE_EVENT_DESC(clockticks, "event=0xff,umask=0x00"),
|
|
|
INTEL_UNCORE_EVENT_DESC(cas_count_read, "event=0x04,umask=0x03"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_read.scale, "6.103515625e-5"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_read.unit, "MiB"),
|
|
|
INTEL_UNCORE_EVENT_DESC(cas_count_write, "event=0x04,umask=0x0c"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_write.scale, "6.103515625e-5"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_write.unit, "MiB"),
|
|
|
{ /* end: all zeroes */ },
|
|
|
};
|
|
|
|
|
@@ -2036,7 +2040,11 @@ static struct intel_uncore_type hswep_uncore_ha = {
|
|
|
static struct uncore_event_desc hswep_uncore_imc_events[] = {
|
|
|
INTEL_UNCORE_EVENT_DESC(clockticks, "event=0x00,umask=0x00"),
|
|
|
INTEL_UNCORE_EVENT_DESC(cas_count_read, "event=0x04,umask=0x03"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_read.scale, "6.103515625e-5"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_read.unit, "MiB"),
|
|
|
INTEL_UNCORE_EVENT_DESC(cas_count_write, "event=0x04,umask=0x0c"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_write.scale, "6.103515625e-5"),
|
|
|
+ INTEL_UNCORE_EVENT_DESC(cas_count_write.unit, "MiB"),
|
|
|
{ /* end: all zeroes */ },
|
|
|
};
|
|
|
|