kcov: don't trace the code coverage code
[deliverable/linux.git] / kernel / kcov.c
index 3efbee0834a85df450bc2156eb96a414527275d0..78bed7125515cf20726e14b28144380058fe2933 100644 (file)
@@ -43,7 +43,7 @@ struct kcov {
  * Entry point from instrumented code.
  * This is called once per basic-block/edge.
  */
-void __sanitizer_cov_trace_pc(void)
+void notrace __sanitizer_cov_trace_pc(void)
 {
        struct task_struct *t;
        enum kcov_mode mode;
This page took 0.023956 seconds and 5 git commands to generate.