Skip to content

Commit ce824f1

Browse files
committed
kernel: enable FTRACE_SYSCALLS
This is required by bpftrace. See https://github.com/bpftrace/bpftrace/blob/a19d6abaa20ca307d9307ef0d2d58712f26c8e2f/docs/dependency_support.md. Signed-off-by: Albin Kerouanton <albin.kerouanton@docker.com>
1 parent e5a2d47 commit ce824f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/config-6.12.44-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3460,7 +3460,7 @@ CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y
34603460
# CONFIG_HWLAT_TRACER is not set
34613461
# CONFIG_OSNOISE_TRACER is not set
34623462
# CONFIG_TIMERLAT_TRACER is not set
3463-
# CONFIG_FTRACE_SYSCALLS is not set
3463+
CONFIG_FTRACE_SYSCALLS=y
34643464
# CONFIG_TRACER_SNAPSHOT is not set
34653465
CONFIG_BRANCH_PROFILE_NONE=y
34663466
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set

0 commit comments

Comments
 (0)