Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5168327a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tracing: Add CONFIG_KPROBES_QGKI config"

parents 461e53e0 c05914a1
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -513,6 +513,19 @@ config KPROBE_EVENTS
	  This option is also required by perf-probe subcommand of perf tools.
	  If you want to use perf tools, this option is strongly recommended.

config KPROBES_QGKI
	bool "Enable kprobe debug module on QGKI"
	depends on KPROBES
	depends on QGKI
	default y
	help
	  This enables the kprobe debug module on QGKI builds
	  which aids in dynamic debugging.

	  This module can be used to insert kprobe at any offset
	  within a function and get required data and also provides
	  additional debug functionalities on top of normal kprobes.

config KPROBE_EVENTS_ON_NOTRACE
	bool "Do NOT protect notrace function from kprobe events"
	depends on KPROBE_EVENTS