diff options
Diffstat (limited to 'include/trace/events/timer.h')
| -rw-r--r-- | include/trace/events/timer.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/trace/events/timer.h b/include/trace/events/timer.h index e5ce87a0498d..9496b965d62a 100644 --- a/include/trace/events/timer.h +++ b/include/trace/events/timer.h | |||
| @@ -301,8 +301,8 @@ TRACE_EVENT(itimer_state, | |||
| 301 | __entry->interval_usec = value->it_interval.tv_usec; | 301 | __entry->interval_usec = value->it_interval.tv_usec; | 
| 302 | ), | 302 | ), | 
| 303 | 303 | ||
| 304 | TP_printk("which=%d expires=%lu it_value=%lu.%lu it_interval=%lu.%lu", | 304 | TP_printk("which=%d expires=%llu it_value=%ld.%ld it_interval=%ld.%ld", | 
| 305 | __entry->which, __entry->expires, | 305 | __entry->which, (unsigned long long)__entry->expires, | 
| 306 | __entry->value_sec, __entry->value_usec, | 306 | __entry->value_sec, __entry->value_usec, | 
| 307 | __entry->interval_sec, __entry->interval_usec) | 307 | __entry->interval_sec, __entry->interval_usec) | 
| 308 | ); | 308 | ); | 
| @@ -331,8 +331,8 @@ TRACE_EVENT(itimer_expire, | |||
| 331 | __entry->pid = pid_nr(pid); | 331 | __entry->pid = pid_nr(pid); | 
| 332 | ), | 332 | ), | 
| 333 | 333 | ||
| 334 | TP_printk("which=%d pid=%d now=%lu", __entry->which, | 334 | TP_printk("which=%d pid=%d now=%llu", __entry->which, | 
| 335 | (int) __entry->pid, __entry->now) | 335 | (int) __entry->pid, (unsigned long long)__entry->now) | 
| 336 | ); | 336 | ); | 
| 337 | 337 | ||
| 338 | #endif /* _TRACE_TIMER_H */ | 338 | #endif /* _TRACE_TIMER_H */ | 
