diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-12-21 01:27:35 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-28 04:33:06 -0500 |
commit | 07b139c8c81b97bbe55c68daf0cbeca8b1c609ca (patch) | |
tree | ea410cac398bef3cc6cc7e2d2dc3527b50aac6d1 /init | |
parent | 659d8cfbb225f1fa5a4f8671a847ef3ab5a89660 (diff) |
perf events: Remove CONFIG_EVENT_PROFILE
Quoted from Ingo:
| This reminds me - i think we should eliminate CONFIG_EVENT_PROFILE -
| it's an unnecessary Kconfig complication. If both PERF_EVENTS and
| EVENT_TRACING is enabled we should expose generic tracepoints.
|
| Nor is it limited to event 'profiling', so it has become a misnomer as
| well.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <4B2F1557.2050705@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 a23da9f01803..06dab27c18d9 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -966,19 +966,6 @@ config PERF_EVENTS | |||
966 | 966 | ||
967 | Say Y if unsure. | 967 | Say Y if unsure. |
968 | 968 | ||
969 | config EVENT_PROFILE | ||
970 | bool "Tracepoint profiling sources" | ||
971 | depends on PERF_EVENTS && EVENT_TRACING | ||
972 | default y | ||
973 | help | ||
974 | Allow the use of tracepoints as software performance events. | ||
975 | |||
976 | When this is enabled, you can create perf events based on | ||
977 | tracepoints using PERF_TYPE_TRACEPOINT and the tracepoint ID | ||
978 | found in debugfs://tracing/events/*/*/id. (The -e/--events | ||
979 | option to the perf tool can parse and interpret symbolic | ||
980 | tracepoints, in the subsystem:tracepoint_name format.) | ||
981 | |||
982 | config PERF_COUNTERS | 969 | config PERF_COUNTERS |
983 | bool "Kernel performance counters (old config option)" | 970 | bool "Kernel performance counters (old config option)" |
984 | depends on HAVE_PERF_EVENTS | 971 | depends on HAVE_PERF_EVENTS |