Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UPROBES
has multiple definitions:
arch/Kconfig
The configuration item CONFIG_UPROBES:
CONFIG_ARCH_SUPPORTS_UPROBES
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. )
arch/Kconfig
The configuration item CONFIG_UPROBES:
CONFIG_UPROBE_EVENT && CONFIG_PERF_EVENTS
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".
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 - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab