diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index 8e8b76d8a272..cfdf5c322806 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -915,17 +915,17 @@ config AIO | |||
| 915 | by some high performance threaded applications. Disabling | 915 | by some high performance threaded applications. Disabling |
| 916 | this option saves about 7k. | 916 | this option saves about 7k. |
| 917 | 917 | ||
| 918 | config HAVE_PERF_COUNTERS | 918 | config HAVE_PERF_EVENTS |
| 919 | bool | 919 | bool |
| 920 | help | 920 | help |
| 921 | See tools/perf/design.txt for details. | 921 | See tools/perf/design.txt for details. |
| 922 | 922 | ||
| 923 | menu "Performance Counters" | 923 | menu "Performance Counters" |
| 924 | 924 | ||
| 925 | config PERF_COUNTERS | 925 | config PERF_EVENTS |
| 926 | bool "Kernel Performance Counters" | 926 | bool "Kernel Performance Counters" |
| 927 | default y if PROFILING | 927 | default y if PROFILING |
| 928 | depends on HAVE_PERF_COUNTERS | 928 | depends on HAVE_PERF_EVENTS |
| 929 | select ANON_INODES | 929 | select ANON_INODES |
| 930 | help | 930 | help |
| 931 | Enable kernel support for performance counter hardware. | 931 | Enable kernel support for performance counter hardware. |
| @@ -947,7 +947,7 @@ config PERF_COUNTERS | |||
| 947 | 947 | ||
| 948 | config EVENT_PROFILE | 948 | config EVENT_PROFILE |
| 949 | bool "Tracepoint profiling sources" | 949 | bool "Tracepoint profiling sources" |
| 950 | depends on PERF_COUNTERS && EVENT_TRACING | 950 | depends on PERF_EVENTS && EVENT_TRACING |
| 951 | default y | 951 | default y |
| 952 | help | 952 | help |
| 953 | Allow the use of tracepoints as software performance counters. | 953 | Allow the use of tracepoints as software performance counters. |
