Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11 9 lines 459 B view raw
1obj-$(CONFIG_CPU_SUP_INTEL) += core.o bts.o cqm.o 2obj-$(CONFIG_CPU_SUP_INTEL) += ds.o knc.o 3obj-$(CONFIG_CPU_SUP_INTEL) += lbr.o p4.o p6.o pt.o 4obj-$(CONFIG_PERF_EVENTS_INTEL_RAPL) += intel-rapl-perf.o 5intel-rapl-perf-objs := rapl.o 6obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE) += intel-uncore.o 7intel-uncore-objs := uncore.o uncore_nhmex.o uncore_snb.o uncore_snbep.o 8obj-$(CONFIG_PERF_EVENTS_INTEL_CSTATE) += intel-cstate.o 9intel-cstate-objs := cstate.o