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

Commit c05914a1 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

tracing: Add CONFIG_KPROBES_QGKI config



Add CONFIG_KPROBES_QGKI which enables the kprobe debug
module on QGKI builds.

Change-Id: I2e216c1d0561183ccc4284ce9a75bf7be45f2798
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent 8f4bf966
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