linux icon indicating copy to clipboard operation
linux copied to clipboard

Issue with kprobes due to missing directory

Open Shadow505 opened this issue 2 years ago • 3 comments

Hi,

the /sys/kernel/debug/tracing directory is apparently missing, which breaks debugging/tracing capabilities.

Please see this issue: https://github.com/evilsocket/opensnitch/issues/475#issuecomment-902922119

Shadow505 avatar Aug 20 '21 20:08 Shadow505

@xanmod Your reply would be appeciated!

Shadow505 avatar Sep 02 '21 11:09 Shadow505

# CONFIG_FTRACE is not set

Most debug tracing is disabled to minimize kernel overhead.

xanmod avatar Sep 02 '21 22:09 xanmod

Hi @xanmod,

oh okay.. Do you also offer a kernel version with such deugging capailities? If not, how would I have to compile the kernel to enable them? Never did this before.

Thank you!

Shadow505 avatar Sep 03 '21 08:09 Shadow505