Lines Matching full:now
64 __field( unsigned long, now )
73 __entry->now = jiffies;
79 (long)__entry->expires - __entry->now,
100 __field( unsigned long, now )
107 __entry->now = jiffies;
112 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
113 __entry->timer, __entry->function, __entry->now,
254 * @now: pointer to variable which contains current time of the
261 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
263 TP_ARGS(hrtimer, now),
267 __field( s64, now )
273 __entry->now = *now;
277 TP_printk("hrtimer=%p function=%ps now=%llu",
279 (unsigned long long) __entry->now)
366 * @now: current time, used to calculate the latency of itimer
370 TP_PROTO(int which, struct pid *pid, unsigned long long now),
372 TP_ARGS(which, pid, now),
377 __field( unsigned long long, now )
382 __entry->now = now;
386 TP_printk("which=%d pid=%d now=%llu", __entry->which,
387 (int) __entry->pid, __entry->now)