diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/init/Kconfig b/init/Kconfig index 207ae29354a3..c6d95f8ea055 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -992,19 +992,6 @@ config PERF_EVENTS | |||
992 | 992 | ||
993 | Say Y if unsure. | 993 | Say Y if unsure. |
994 | 994 | ||
995 | config EVENT_PROFILE | ||
996 | bool "Tracepoint profiling sources" | ||
997 | depends on PERF_EVENTS && EVENT_TRACING | ||
998 | default y | ||
999 | help | ||
1000 | Allow the use of tracepoints as software performance events. | ||
1001 | |||
1002 | When this is enabled, you can create perf events based on | ||
1003 | tracepoints using PERF_TYPE_TRACEPOINT and the tracepoint ID | ||
1004 | found in debugfs://tracing/events/*/*/id. (The -e/--events | ||
1005 | option to the perf tool can parse and interpret symbolic | ||
1006 | tracepoints, in the subsystem:tracepoint_name format.) | ||
1007 | |||
1008 | config PERF_COUNTERS | 995 | config PERF_COUNTERS |
1009 | bool "Kernel performance counters (old config option)" | 996 | bool "Kernel performance counters (old config option)" |
1010 | depends on HAVE_PERF_EVENTS | 997 | depends on HAVE_PERF_EVENTS |