I cannot enable HAVE_KPROBES_ON_FTRACE
- Kernel compile
I cannot enable HAVE_KPROBES_ON_FTRACE
- Kernel compile
Hi,
I have a great piece of software, that apparently need HAVE_KPROBES_ON_FTRACE
To config the kernel option I'm using :
shell
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig
The Kernel is Linux/arm64 6.6.63
When I'm doing a search inside menuconfig
i get:
shell
Symbol: HAVE_KPROBES_ON_FTRACE [=n] Type : bool Defined at arch/Kconfig:223 Symbol: KPROBES_ON_FTRACE [=n] Type : bool Defined at arch/Kconfig:117 Depends on: KPROBES [=y] && HAVE_KPROBES_ON_FTRACE [=n] && DYNAMIC_FTRACE_WITH_REGS [=n]
But I found it no where in the menu...
and if I add it mannuly in the .config
file, then make some more other adapations in menuconfig
my manual entry disappear..
Any ideas ?
Maybe HAVE_KPROBES_ON_FTRACE
is not supported in 6.6.63 ?
Thanks