Lines Matching full: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;
110 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
111 __entry->timer, __entry->function, __entry->now,
227 * @now: pointer to variable which contains current time of the
234 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
236 TP_ARGS(hrtimer, now),
240 __field( s64, now )
246 __entry->now = *now;
250 TP_printk("hrtimer=%p function=%ps now=%llu",
252 (unsigned long long) __entry->now)
339 * @now: current time, used to calculate the latency of itimer
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;
359 TP_printk("which=%d pid=%d now=%llu", __entry->which,
360 (int) __entry->pid, __entry->now)