Skip to content

Commit

Permalink
sys-kernel/coreos-modules: Enable CONFIG_FTRACE_SYSCALLS
Browse files Browse the repository at this point in the history
This config enables the syscall tracepoints which are mainly used by
different security and observability tools.

The config was moved to common, so it's removed from the AMD64 only
config.

Signed-off-by: Jon Doron <[email protected]>
  • Loading branch information
arilou committed Jan 22, 2025
1 parent 8d41832 commit e9ddcf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_X38=m
CONFIG_FB_VESA=y
CONFIG_FCOE_FNIC=m
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_GART_IOMMU=y
CONFIG_GVE=m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUSE_FS=m
CONFIG_FUSION=y
CONFIG_FUSION_CTL=m
Expand Down

0 comments on commit e9ddcf4

Please sign in to comment.