Skip to content

Commit

Permalink
Merge pull request #9393 from dalehamel/add-ftrace-syscall-tracer
Browse files Browse the repository at this point in the history
Update default linux config to support ftrace, for bpf tracing, fixes #8637
  • Loading branch information
tstromberg authored Oct 21, 2020
2 parents 717b738 + bda26ed commit 9fdb080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHEDSTATS=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_EARLY_PRINTK_DBGP=y
Expand Down

0 comments on commit 9fdb080

Please sign in to comment.