We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129a352 commit 4368092Copy full SHA for 4368092
tools/labs/qemu/kernel_config.x86
@@ -74,6 +74,26 @@ CONFIG_DEBUG_SLAB=y
74
CONFIG_DEBUG_KMEMLEAK=y
75
CONFIG_PROVE_LOCKING=y
76
CONFIG_DEBUG_ATOMIC_SLEEP=y
77
-# CONFIG_FTRACE is not set
78
# CONFIG_X86_VERBOSE_BOOTUP is not set
79
# CONFIG_X86_DEBUG_FPU is not set
+
80
81
+# for perf_events:
82
+CONFIG_PERF_EVENTS=y
83
+# for stack traces:
84
+CONFIG_FRAME_POINTER=y
85
+# kernel symbols:
86
+CONFIG_KALLSYMS=y
87
+# tracepoints:
88
+CONFIG_TRACEPOINTS=y
89
+# kernel function trace:
90
+CONFIG_FTRACE=y
91
+# kernel-level dynamic tracing:
92
+CONFIG_KPROBE_EVENTS=y
93
+# user-level dynamic tracing:
94
+CONFIG_UPROBES=y
95
+CONFIG_UPROBE_EVENTS=y
96
+# kernel lock tracing:
97
+CONFIG_LOCKDEP=y
98
99
+CONFIG_LOCK_STAT=y
0 commit comments