diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 1b9a51a1bccb..a145e140d532 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -123,6 +123,9 @@ struct hrtimer { | |||
123 | u8 is_rel; | 123 | u8 is_rel; |
124 | u8 is_soft; | 124 | u8 is_soft; |
125 | u8 is_hard; | 125 | u8 is_hard; |
126 | #if defined(CONFIG_REPORT_TIMER_LATENCY) || defined(CONFIG_SCHED_OVERHEAD_TRACE) | ||
127 | ktime_t when_added; | ||
128 | #endif | ||
126 | }; | 129 | }; |
127 | 130 | ||
128 | /** | 131 | /** |