File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ config INSTRUCTION_DECODER
142
142
def_bool y
143
143
depends on KPROBES || PERF_EVENTS || UPROBES
144
144
145
+ config PERF_EVENTS_INTEL_UNCORE
146
+ def_bool y
147
+ depends on PERF_EVENTS && SUP_SUP_INTEL && PCI
148
+
145
149
config OUTPUT_FORMAT
146
150
string
147
151
default "elf32-i386" if X86_32
Original file line number Diff line number Diff line change @@ -39,9 +39,12 @@ obj-$(CONFIG_CPU_SUP_AMD) += perf_event_amd_iommu.o
39
39
endif
40
40
obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_p6.o perf_event_knc.o perf_event_p4.o
41
41
obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_lbr.o perf_event_intel_ds.o perf_event_intel.o
42
- obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_uncore.o perf_event_intel_uncore_snb.o
43
- obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_uncore_snbep.o perf_event_intel_uncore_nhmex.o
44
42
obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_rapl.o
43
+
44
+ obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE) += perf_event_intel_uncore.o \
45
+ perf_event_intel_uncore_snb.o \
46
+ perf_event_intel_uncore_snbep.o \
47
+ perf_event_intel_uncore_nhmex.o
45
48
endif
46
49
47
50
You can’t perform that action at this time.
0 commit comments