Lines Matching refs:now
64 __field( unsigned long, now )
72 __entry->now = jiffies;
78 (long)__entry->expires - __entry->now,
98 __field( unsigned long, now )
105 __entry->now = jiffies;
111 __entry->timer, __entry->function, __entry->now,
234 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
236 TP_ARGS(hrtimer, now),
240 __field( s64, now )
246 __entry->now = *now;
252 (unsigned long long) __entry->now)
343 TP_PROTO(int which, struct pid *pid, unsigned long long now),
345 TP_ARGS(which, pid, now),
350 __field( unsigned long long, now )
355 __entry->now = now;
360 (int) __entry->pid, __entry->now)