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 /include/linux/perf_event.h | |
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 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index a494e7501292..9a1d276db754 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -658,7 +658,7 @@ struct perf_event { | |||
658 | 658 | ||
659 | perf_overflow_handler_t overflow_handler; | 659 | perf_overflow_handler_t overflow_handler; |
660 | 660 | ||
661 | #ifdef CONFIG_EVENT_PROFILE | 661 | #ifdef CONFIG_EVENT_TRACING |
662 | struct event_filter *filter; | 662 | struct event_filter *filter; |
663 | #endif | 663 | #endif |
664 | 664 | ||