|
@@ -177,7 +177,7 @@ static struct event_constraint intel_slm_event_constraints[] __read_mostly =
|
|
|
EVENT_CONSTRAINT_END
|
|
|
};
|
|
|
|
|
|
-struct event_constraint intel_skl_event_constraints[] = {
|
|
|
+static struct event_constraint intel_skl_event_constraints[] = {
|
|
|
FIXED_EVENT_CONSTRAINT(0x00c0, 0), /* INST_RETIRED.ANY */
|
|
|
FIXED_EVENT_CONSTRAINT(0x003c, 1), /* CPU_CLK_UNHALTED.CORE */
|
|
|
FIXED_EVENT_CONSTRAINT(0x0300, 2), /* CPU_CLK_UNHALTED.REF */
|
|
@@ -225,12 +225,12 @@ EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
|
|
|
EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
|
|
|
EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2");
|
|
|
|
|
|
-struct attribute *nhm_events_attrs[] = {
|
|
|
+static struct attribute *nhm_events_attrs[] = {
|
|
|
EVENT_PTR(mem_ld_nhm),
|
|
|
NULL,
|
|
|
};
|
|
|
|
|
|
-struct attribute *snb_events_attrs[] = {
|
|
|
+static struct attribute *snb_events_attrs[] = {
|
|
|
EVENT_PTR(mem_ld_snb),
|
|
|
EVENT_PTR(mem_st_snb),
|
|
|
NULL,
|
|
@@ -258,7 +258,7 @@ static struct event_constraint intel_hsw_event_constraints[] = {
|
|
|
EVENT_CONSTRAINT_END
|
|
|
};
|
|
|
|
|
|
-struct event_constraint intel_bdw_event_constraints[] = {
|
|
|
+static struct event_constraint intel_bdw_event_constraints[] = {
|
|
|
FIXED_EVENT_CONSTRAINT(0x00c0, 0), /* INST_RETIRED.ANY */
|
|
|
FIXED_EVENT_CONSTRAINT(0x003c, 1), /* CPU_CLK_UNHALTED.CORE */
|
|
|
FIXED_EVENT_CONSTRAINT(0x0300, 2), /* CPU_CLK_UNHALTED.REF */
|