Skip to content
Commit bb5eb8f3 authored by Congyu Liu's avatar Congyu Liu Committed by Steven Rostedt (Google)
Browse files

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: default avatarDmitry Vyukov <dvyukov@google.com>
Signed-off-by: default avatarCongyu Liu <liu3101@purdue.edu>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent 154827f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment