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;
110 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
111 __entry->timer, __entry->function, __entry->now,
231 * @now: pointer to variable which contains current time of the
238 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
240 TP_ARGS(hrtimer, now),
244 __field( s64, now )
250 __entry->now = *now;
254 TP_printk("hrtimer=%p function=%ps now=%llu",
256 (unsigned long long) __entry->now)
343 * @now: current time, used to calculate the latency of itimer
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;
363 TP_printk("which=%d pid=%d now=%llu", __entry->which,
364 (int) __entry->pid, __entry->now)