Skip to content

Commit 5cc47d4

Browse files
committed
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
2 parents 44688ff + 108ea7e commit 5cc47d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/x86/events/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ config PERF_EVENTS_INTEL_UNCORE
66
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
77
default y
88
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.
1111

1212
config PERF_EVENTS_INTEL_RAPL
1313
tristate "Intel/AMD rapl performance events"
1414
depends on PERF_EVENTS && (CPU_SUP_INTEL || CPU_SUP_AMD) && PCI
1515
default y
1616
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.
1919

2020
config PERF_EVENTS_INTEL_CSTATE
2121
tristate "Intel cstate performance events"
2222
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
2323
default y
2424
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.
2727

2828
config PERF_EVENTS_AMD_POWER
2929
depends on PERF_EVENTS && CPU_SUP_AMD

0 commit comments

Comments
 (0)