Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KPROBE_EVENTS_ON_NOTRACE
:
( CONFIG_KPROBE_EVENTS ) && ( CONFIG_DYNAMIC_FTRACE )
This is only for the developers who want to debug ftrace itself using kprobe events.
If kprobes can use ftrace instead of breakpoint, ftrace related functions are protected from kprobe-events to prevent an infinite recursion or any unexpected execution path which leads to a kernel crash.
This option disables such protection and allows you to put kprobe events on ftrace functions for debugging ftrace by itself. Note that this might let you shoot yourself in the foot.
If unsure, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab