File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ extern struct trace_event_functions exit_syscall_print_funcs;
127127#define SYSCALL_TRACE_ENTER_EVENT (sname ) \
128128 static struct syscall_metadata \
129129 __attribute__((__aligned__(4))) __syscall_meta_##sname; \
130- static struct ftrace_event_call \
131- __attribute__((__aligned__(4))) event_enter_##sname; \
132130 static struct ftrace_event_call __used \
133131 __attribute__((__aligned__(4))) \
134132 __attribute__((section("_ftrace_events"))) \
@@ -143,8 +141,6 @@ extern struct trace_event_functions exit_syscall_print_funcs;
143141#define SYSCALL_TRACE_EXIT_EVENT (sname ) \
144142 static struct syscall_metadata \
145143 __attribute__((__aligned__(4))) __syscall_meta_##sname; \
146- static struct ftrace_event_call \
147- __attribute__((__aligned__(4))) event_exit_##sname; \
148144 static struct ftrace_event_call __used \
149145 __attribute__((__aligned__(4))) \
150146 __attribute__((section("_ftrace_events"))) \
You can’t perform that action at this time.
0 commit comments