X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fftrace_event.h;h=4cdb3a17bcb5932113020955cf8aa46b7b592f14;hb=084c6c5013af3c62f1c344435214496f5ac999f2;hp=4e4cc28623adff33d7f33bc2f7ceda7269397c62;hpb=878a876b2e10888afe53766dcca33f723ae20edc;p=~andy%2Flinux diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 4e4cc28623a..4cdb3a17bcb 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h @@ -495,10 +495,6 @@ enum { FILTER_TRACE_FN, }; -#define EVENT_STORAGE_SIZE 128 -extern struct mutex event_storage_mutex; -extern char event_storage[EVENT_STORAGE_SIZE]; - extern int trace_event_raw_init(struct ftrace_event_call *call); extern int trace_define_field(struct ftrace_event_call *call, const char *type, const char *name, int offset, int size,