Skip to content

Commit 5d21109

Browse files
authored
Merge pull request #2600 from arilou/arm64_enable_syscalls_tps
sys-kernel/coreos-modules: arm64: Enable CONFIG_FTRACE_SYSCALLS
2 parents 6f5eed7 + 4e23074 commit 5d21109

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600))

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ CONFIG_EDAC_SBRIDGE=m
4141
CONFIG_EDAC_X38=m
4242
CONFIG_FB_VESA=y
4343
CONFIG_FCOE_FNIC=m
44-
CONFIG_FTRACE_SYSCALLS=y
4544
CONFIG_FUNCTION_PROFILER=y
4645
CONFIG_GART_IOMMU=y
4746
CONFIG_GVE=m

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ CONFIG_FSCACHE=m
209209
CONFIG_FSCACHE_STATS=y
210210
CONFIG_FS_DAX=y
211211
CONFIG_FS_ENCRYPTION=y
212+
CONFIG_FTRACE_SYSCALLS=y
212213
CONFIG_FUSE_FS=m
213214
CONFIG_FUSE_DAX=y
214215
CONFIG_FUSION=y

0 commit comments

Comments
 (0)