diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/trace/events/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/timer.h b/include/trace/events/timer.h index f5eb53eb658f..e967dd8a34c6 100644 --- a/include/trace/events/timer.h +++ b/include/trace/events/timer.h @@ -323,7 +323,7 @@ TRACE_EVENT(itimer_expire, (int) __entry->pid, (unsigned long long)__entry->now) ); -#ifdef CONFIG_NO_HZ_FULL +#ifdef CONFIG_NO_HZ_COMMON TRACE_EVENT(tick_stop, TP_PROTO(int success, char *error_msg), |