]> Pileus Git - ~andy/linux/blobdiff - include/linux/ftrace_event.h
libfs: Unexport and kill simple_prepare_write
[~andy/linux] / include / linux / ftrace_event.h
index 38f8d6553831a6a9ee2839ac56071b795700d917..2233c98d80df5f473ba2f8616f8f3b55e6afd0a4 100644 (file)
@@ -131,7 +131,7 @@ struct ftrace_event_call {
        void                    *mod;
        void                    *data;
 
-       atomic_t                profile_count;
+       int                     profile_count;
        int                     (*profile_enable)(struct ftrace_event_call *);
        void                    (*profile_disable)(struct ftrace_event_call *);
 };
@@ -158,7 +158,7 @@ enum {
        FILTER_PTR_STRING,
 };
 
-extern int trace_define_common_fields(struct ftrace_event_call *call);
+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,
                              int is_signed, int filter_type);