Home
last modified time | relevance | path

Searched hist:bb5eb8f3b329789fbf22c85328dcf696a3e97ffb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/trace/
H A DMakefilediff bb5eb8f3b329789fbf22c85328dcf696a3e97ffb Mon May 23 01:30:33 CDT 2022 Congyu Liu <liu3101@purdue.edu> tracing: Disable kcov on trace_preemptirq.c

Functions in trace_preemptirq.c could be invoked from early interrupt
code that bypasses kcov trace function's in_task() check. Disable kcov
on this file to reduce random code coverage.

Link: https://lkml.kernel.org/r/20220523063033.1778974-1-liu3101@purdue.edu

Acked-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Congyu Liu <liu3101@purdue.edu>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>