@@ -449,7 +449,11 @@ static struct attribute *snbep_uncore_qpi_formats_attr[] = {
449
449
static struct uncore_event_desc snbep_uncore_imc_events [] = {
450
450
INTEL_UNCORE_EVENT_DESC (clockticks , "event=0xff,umask=0x00" ),
451
451
INTEL_UNCORE_EVENT_DESC (cas_count_read , "event=0x04,umask=0x03" ),
452
+ INTEL_UNCORE_EVENT_DESC (cas_count_read .scale , "6.103515625e-5" ),
453
+ INTEL_UNCORE_EVENT_DESC (cas_count_read .unit , "MiB" ),
452
454
INTEL_UNCORE_EVENT_DESC (cas_count_write , "event=0x04,umask=0x0c" ),
455
+ INTEL_UNCORE_EVENT_DESC (cas_count_write .scale , "6.103515625e-5" ),
456
+ INTEL_UNCORE_EVENT_DESC (cas_count_write .unit , "MiB" ),
453
457
{ /* end: all zeroes */ },
454
458
};
455
459
@@ -2036,7 +2040,11 @@ static struct intel_uncore_type hswep_uncore_ha = {
2036
2040
static struct uncore_event_desc hswep_uncore_imc_events [] = {
2037
2041
INTEL_UNCORE_EVENT_DESC (clockticks , "event=0x00,umask=0x00" ),
2038
2042
INTEL_UNCORE_EVENT_DESC (cas_count_read , "event=0x04,umask=0x03" ),
2043
+ INTEL_UNCORE_EVENT_DESC (cas_count_read .scale , "6.103515625e-5" ),
2044
+ INTEL_UNCORE_EVENT_DESC (cas_count_read .unit , "MiB" ),
2039
2045
INTEL_UNCORE_EVENT_DESC (cas_count_write , "event=0x04,umask=0x0c" ),
2046
+ INTEL_UNCORE_EVENT_DESC (cas_count_write .scale , "6.103515625e-5" ),
2047
+ INTEL_UNCORE_EVENT_DESC (cas_count_write .unit , "MiB" ),
2040
2048
{ /* end: all zeroes */ },
2041
2049
};
2042
2050
0 commit comments