Lines Matching refs:now
56 __field( unsigned long, now )
64 __entry->now = jiffies;
70 (long)__entry->expires - __entry->now, __entry->flags)
87 __field( unsigned long, now )
93 __entry->now = jiffies;
97 TP_printk("timer=%p function=%pf now=%lu", __entry->timer, __entry->function,__entry->now)
202 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
204 TP_ARGS(hrtimer, now),
208 __field( s64, now )
214 __entry->now = now->tv64;
219 (unsigned long long)ktime_to_ns((ktime_t) { .tv64 = __entry->now }))
310 TP_PROTO(int which, struct pid *pid, cputime_t now),
312 TP_ARGS(which, pid, now),
317 __field( cputime_t, now )
322 __entry->now = now;
327 (int) __entry->pid, (unsigned long long)__entry->now)