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 f34d086 commit ae94b26Copy full SHA for ae94b26
arch/x86/kernel/Makefile
@@ -35,6 +35,14 @@ KMSAN_SANITIZE_nmi.o := n
35
# If instrumentation of the following files is enabled, boot hangs during
36
# first second.
37
KCOV_INSTRUMENT_head$(BITS).o := n
38
+# These are called from save_stack_trace() on debug paths,
39
+# and produce large amounts of uninteresting coverage.
40
+KCOV_INSTRUMENT_stacktrace.o := n
41
+KCOV_INSTRUMENT_dumpstack.o := n
42
+KCOV_INSTRUMENT_dumpstack_$(BITS).o := n
43
+KCOV_INSTRUMENT_unwind_orc.o := n
44
+KCOV_INSTRUMENT_unwind_frame.o := n
45
+KCOV_INSTRUMENT_unwind_guess.o := n
46
47
CFLAGS_irq.o := -I $(src)/../include/asm/trace
48
0 commit comments