Transparent user-space probes (EXPERIMENTAL)
modulename: 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".
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".