mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
Merge pull request #2600 from arilou/arm64_enable_syscalls_tps
sys-kernel/coreos-modules: arm64: Enable CONFIG_FTRACE_SYSCALLS
This commit is contained in:
commit
5d21109dea
@ -0,0 +1 @@
|
||||
- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600))
|
@ -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
|
||||
|
@ -209,6 +209,7 @@ CONFIG_FSCACHE=m
|
||||
CONFIG_FSCACHE_STATS=y
|
||||
CONFIG_FS_DAX=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FUSE_FS=m
|
||||
CONFIG_FUSE_DAX=y
|
||||
CONFIG_FUSION=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user