From: Ingo Molnar Date: Tue, 11 Aug 2009 12:19:09 +0000 (+0200) Subject: Merge branch 'linus' into tracing/core X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=89034bc2c7b839702c00a704e79d112737f98be0;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git Merge branch 'linus' into tracing/core Conflicts: kernel/trace/trace_events_filter.c We use the tracing/core version. Signed-off-by: Ingo Molnar --- 89034bc2c7b839702c00a704e79d112737f98be0 diff --cc include/linux/ftrace_event.h index 26d3673d514,a81170de7f6..ac8c6f8cf24 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h @@@ -118,14 -118,12 +120,12 @@@ struct ftrace_event_call int (*define_fields)(void); struct list_head fields; int filter_active; - void *filter; + struct event_filter *filter; void *mod; - #ifdef CONFIG_EVENT_PROFILE - atomic_t profile_count; - int (*profile_enable)(struct ftrace_event_call *); - void (*profile_disable)(struct ftrace_event_call *); - #endif + atomic_t profile_count; + int (*profile_enable)(struct ftrace_event_call *); + void (*profile_disable)(struct ftrace_event_call *); }; #define MAX_FILTER_PRED 32