Lines Matching refs:now
54 __field( unsigned long, now )
61 __entry->now = jiffies;
66 (long)__entry->expires - __entry->now)
83 __field( unsigned long, now )
89 __entry->now = jiffies;
93 TP_printk("timer=%p function=%pf now=%lu", __entry->timer, __entry->function,__entry->now)
198 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
200 TP_ARGS(hrtimer, now),
204 __field( s64, now )
210 __entry->now = now->tv64;
215 (unsigned long long)ktime_to_ns((ktime_t) { .tv64 = __entry->now }))
306 TP_PROTO(int which, struct pid *pid, cputime_t now),
308 TP_ARGS(which, pid, now),
313 __field( cputime_t, now )
318 __entry->now = now;
323 (int) __entry->pid, (unsigned long long)__entry->now)