|
@@ -195,7 +195,7 @@ struct perf_event_attr;
|
|
static const struct syscall_metadata __used \
|
|
static const struct syscall_metadata __used \
|
|
__attribute__((__aligned__(4))) \
|
|
__attribute__((__aligned__(4))) \
|
|
__attribute__((section("__syscalls_metadata"))) \
|
|
__attribute__((section("__syscalls_metadata"))) \
|
|
- __syscall_meta_##sname = { \
|
|
|
|
|
|
+ __syscall_meta__##sname = { \
|
|
.name = "sys_"#sname, \
|
|
.name = "sys_"#sname, \
|
|
.nb_args = 0, \
|
|
.nb_args = 0, \
|
|
.enter_event = &event_enter__##sname, \
|
|
.enter_event = &event_enter__##sname, \
|