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.

Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fixlet from Thomas Gleixner:
"Trivial indentation fix in Kconfig"

* tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf/x86/Kconfig: Fix indentation in the Kconfig file

+6 -6
+6 -6
arch/x86/events/Kconfig
··· 6 6 depends on PERF_EVENTS && CPU_SUP_INTEL && PCI 7 7 default y 8 8 help 9 - Include support for Intel uncore performance events. These are 10 - available on NehalemEX and more modern processors. 9 + Include support for Intel uncore performance events. These are 10 + available on NehalemEX and more modern processors. 11 11 12 12 config PERF_EVENTS_INTEL_RAPL 13 13 tristate "Intel/AMD rapl performance events" 14 14 depends on PERF_EVENTS && (CPU_SUP_INTEL || CPU_SUP_AMD) && PCI 15 15 default y 16 16 help 17 - Include support for Intel and AMD rapl performance events for power 18 - monitoring on modern processors. 17 + Include support for Intel and AMD rapl performance events for power 18 + monitoring on modern processors. 19 19 20 20 config PERF_EVENTS_INTEL_CSTATE 21 21 tristate "Intel cstate performance events" 22 22 depends on PERF_EVENTS && CPU_SUP_INTEL && PCI 23 23 default y 24 24 help 25 - Include support for Intel cstate performance events for power 26 - monitoring on modern processors. 25 + Include support for Intel cstate performance events for power 26 + monitoring on modern processors. 27 27 28 28 config PERF_EVENTS_AMD_POWER 29 29 depends on PERF_EVENTS && CPU_SUP_AMD