Lines Matching full:now
64 __field( unsigned long, now )
72 __entry->now = jiffies;
78 (long)__entry->expires - __entry->now,
98 __field( unsigned long, now )
104 __entry->now = jiffies;
108 TP_printk("timer=%p function=%pf now=%lu", __entry->timer, __entry->function,__entry->now)
223 * @now: pointer to variable which contains current time of the
230 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
232 TP_ARGS(hrtimer, now),
236 __field( s64, now )
242 __entry->now = *now;
246 TP_printk("hrtimer=%p function=%pf now=%llu", __entry->hrtimer, __entry->function,
247 (unsigned long long) __entry->now)
334 * @now: current time, used to calculate the latency of itimer
338 TP_PROTO(int which, struct pid *pid, unsigned long long now),
340 TP_ARGS(which, pid, now),
345 __field( unsigned long long, now )
350 __entry->now = now;
354 TP_printk("which=%d pid=%d now=%llu", __entry->which,
355 (int) __entry->pid, __entry->now)