diff options
| -rw-r--r-- | arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c b/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c index f9ed429d6e4f..745b158e9a65 100644 --- a/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c | |||
| @@ -449,7 +449,11 @@ static struct attribute *snbep_uncore_qpi_formats_attr[] = { | |||
| 449 | static struct uncore_event_desc snbep_uncore_imc_events[] = { | 449 | static struct uncore_event_desc snbep_uncore_imc_events[] = { |
| 450 | INTEL_UNCORE_EVENT_DESC(clockticks, "event=0xff,umask=0x00"), | 450 | INTEL_UNCORE_EVENT_DESC(clockticks, "event=0xff,umask=0x00"), |
| 451 | INTEL_UNCORE_EVENT_DESC(cas_count_read, "event=0x04,umask=0x03"), | 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 | INTEL_UNCORE_EVENT_DESC(cas_count_write, "event=0x04,umask=0x0c"), | 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 | { /* end: all zeroes */ }, | 457 | { /* end: all zeroes */ }, |
| 454 | }; | 458 | }; |
| 455 | 459 | ||
| @@ -2036,7 +2040,11 @@ static struct intel_uncore_type hswep_uncore_ha = { | |||
| 2036 | static struct uncore_event_desc hswep_uncore_imc_events[] = { | 2040 | static struct uncore_event_desc hswep_uncore_imc_events[] = { |
| 2037 | INTEL_UNCORE_EVENT_DESC(clockticks, "event=0x00,umask=0x00"), | 2041 | INTEL_UNCORE_EVENT_DESC(clockticks, "event=0x00,umask=0x00"), |
| 2038 | INTEL_UNCORE_EVENT_DESC(cas_count_read, "event=0x04,umask=0x03"), | 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 | INTEL_UNCORE_EVENT_DESC(cas_count_write, "event=0x04,umask=0x0c"), | 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 | { /* end: all zeroes */ }, | 2048 | { /* end: all zeroes */ }, |
| 2041 | }; | 2049 | }; |
| 2042 | 2050 | ||
