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,
238 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
240 TP_ARGS(hrtimer, now),
244 __field( s64, now )
250 __entry->now = *now;
256 (unsigned long long) __entry->now)
347 TP_PROTO(int which, struct pid *pid, unsigned long long now),
349 TP_ARGS(which, pid, now),
354 __field( unsigned long long, now )
359 __entry->now = now;
364 (int) __entry->pid, __entry->now)