Transparent user-space probes (EXPERIMENTAL)

modulename: core.ko

and/or

decode.ko

and/or

uprobes.ko

configname: CONFIG_UPROBES

Linux Kernel Configuration
└─>Transparent user-space probes (EXPERIMENTAL)
In linux kernel since version 3.1 (release Date: 2011-10-24)  
Uprobes is the user-space counterpart to kprobes: they
enable instrumentation applications (such as 'perf probe')
to establish unintrusive probes in user-space binaries and
libraries, by executing handler functions when the probes
are hit by user-space applications.

( These probes come in the form of single-byte breakpoints,
managed by the kernel and kept transparent to the probed
application. )

If in doubt, say "N".

source code:

depends
CONFIG_PERF_EVENTS
CONFIG_UPROBE_EVENT or CONFIG_ARCH_SUPPORTS_UPROBES

is depended by
CONFIG_UPROBE_EVENTS