[linux] 05/06: [x86] perf: Change PERF_EVENTS_INTEL_{CSTATE, RAPL, UNCORE} from built-in to modules

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jan 2 03:42:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 0b0d06c41a4473e39d5b81160486e6f102d5ffdd
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Dec 29 22:56:45 2016 +0000

    [x86] perf: Change PERF_EVENTS_INTEL_{CSTATE,RAPL,UNCORE} from built-in to modules
---
 debian/changelog                    | 2 ++
 debian/config/kernelarch-x86/config | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 06b9bb3..befc363 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ linux (4.8.15-2) UNRELEASED; urgency=medium
   * cpufreq: Enable CPU_FREQ_GOV_SCHEDUTIL as module
   * [x86] ACPI: Enable DPTF_POWER as module
   * [x86] perf: Enable PERF_EVENTS_AMD_POWER as module
+  * [x86] perf: Change PERF_EVENTS_INTEL_{CSTATE,RAPL,UNCORE} from built-in
+    to modules
 
   [ Salvatore Bonaccorso ]
   * sg_write()/bsg_write() is not fit to be called under KERNEL_DS
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index a3da729..2edf334 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -114,6 +114,9 @@ CONFIG_OPTIMIZE_INLINING=y
 ##
 ## file: arch/x86/events/Kconfig
 ##
+CONFIG_PERF_EVENTS_INTEL_UNCORE=m
+CONFIG_PERF_EVENTS_INTEL_RAPL=m
+CONFIG_PERF_EVENTS_INTEL_CSTATE=m
 CONFIG_PERF_EVENTS_AMD_POWER=m
 
 ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list