Profiling support
Say Y here to enable the extended profiling support mechanisms used by profilers such as OProfile.
Выбирайте Y для включения расширенного механизма profiling, используемого специальными программами, например такой как OProfile.
OProfile system profiling
OProfile is a profiling system capable of profiling the whole system, include the kernel, kernel modules, libraries, and applications.
If unsure, say N.
OProfile — это система используемая для поиска узких мест по всей системе, включая ядро, модули ядра, библиотеки и приложения.
Если не уверены, выбирайте N.
Kprobes
Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes a probepoint and specifies the callback. Kprobes is useful for kernel debugging, non-intrusive instrumentation and testing.
If in doubt, say N.
Kprobes позволяет вам захватывать практически любой адрес ядра и выполнять функцию обратного вызова. register_kprobe() устанавливает точку проверки и указывает обратный вызов. Kprobes полезен для отладки ядра и тестирования.
Если сомневаетесь, скажите N.