···18851885 arch_perfmon: [X86] Force use of architectural18861886 perfmon on Intel CPUs instead of the18871887 CPU specific event set.18881888+ timer: [X86] Force use of architectural NMI18891889+ timer mode (see also oprofile.timer18901890+ for generic hr timer mode)1888189118891892 oops=panic Always panic on oopses. Default is to just kill the18901893 process, but there is a small probability of
+4
arch/Kconfig
···3030config HAVE_OPROFILE3131 bool32323333+config OPROFILE_NMI_TIMER3434+ def_bool y3535+ depends on PERF_EVENTS && HAVE_PERF_EVENTS_NMI3636+3337config KPROBES3438 bool "Kprobes"3539 depends on MODULES