Lines Matching refs: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;
113 __entry->timer, __entry->function, __entry->now,
261 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
263 TP_ARGS(hrtimer, now),
267 __field( s64, now )
273 __entry->now = *now;
279 (unsigned long long) __entry->now)
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;
387 (int) __entry->pid, __entry->now)