]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/trace/syscall.h
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
[mirror_ubuntu-bionic-kernel.git] / include / trace / syscall.h
index 58df48c9d04e5e64d61ff73fdc9e45daaf2c2e02..7434f0f5d3f685e881c4f6d239abf9d5d36b743e 100644 (file)
@@ -29,8 +29,8 @@ struct syscall_metadata {
        const char      **args;
        struct list_head enter_fields;
 
-       struct ftrace_event_call *enter_event;
-       struct ftrace_event_call *exit_event;
+       struct trace_event_call *enter_event;
+       struct trace_event_call *exit_event;
 };
 
 #if defined(CONFIG_TRACEPOINTS) && defined(CONFIG_HAVE_SYSCALL_TRACEPOINTS)