Lines Matching refs:now
65 __field( unsigned long, now )
73 __entry->now = jiffies;
79 (long)__entry->expires - __entry->now,
100 __field( unsigned long, now )
107 __entry->now = jiffies;
113 __entry->timer, __entry->function, __entry->now,
237 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
239 TP_ARGS(hrtimer, now),
243 __field( s64, now )
249 __entry->now = *now;
255 (unsigned long long) __entry->now)
346 TP_PROTO(int which, struct pid *pid, unsigned long long now),
348 TP_ARGS(which, pid, now),
353 __field( unsigned long long, now )
358 __entry->now = now;
363 (int) __entry->pid, __entry->now)