Skip to content

Commit bc17bb2

Browse files
committed
Enable CONFIG_FTRACE_SYSCALLS
To add various useful types including `struct syscall_trace_enter` and `struct syscall_trace_exit`. See https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/3717 Test Plan ========= Validated that `struct syscall_trace_{enter,exit}` is included https://github.com/javierhonduco/vmlinux.h/actions/runs/20752218340
1 parent 75bb40a commit bc17bb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kconfigs/config.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CONFIG_DEBUG_INFO_BTF=y
77
CONFIG_DEBUG_INFO_DWARF4=y
88
CONFIG_FPROBE=y
99
CONFIG_FTRACE=y
10+
CONFIG_FTRACE_SYSCALLS=y
1011
CONFIG_FUNCTION_TRACER=y
1112
CONFIG_INET=y
1213
CONFIG_KPROBES=y

0 commit comments

Comments
 (0)