]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/ftrace_event.h
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-zesty-kernel.git] / include / linux / ftrace_event.h
index cff3106ffe2c0ae5ffc60a0048203b13a04461c1..06c6faa9e5ccf659262c783e5e0d98432b542877 100644 (file)
@@ -272,7 +272,6 @@ struct ftrace_event_call {
        struct trace_event      event;
        const char              *print_fmt;
        struct event_filter     *filter;
-       struct list_head        *files;
        void                    *mod;
        void                    *data;
        /*
@@ -404,8 +403,6 @@ enum event_trigger_type {
        ETT_EVENT_ENABLE        = (1 << 3),
 };
 
-extern void destroy_preds(struct ftrace_event_file *file);
-extern void destroy_call_preds(struct ftrace_event_call *call);
 extern int filter_match_preds(struct event_filter *filter, void *rec);
 
 extern int filter_check_discard(struct ftrace_event_file *file, void *rec,