Lines Matching refs:which
231 * @now: pointer to variable which contains current time of the
303 * @which: name of the interval timer
310 TP_PROTO(int which, const struct itimerspec64 *const value,
313 TP_ARGS(which, value, expires),
316 __field( int, which )
325 __entry->which = which;
333 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld",
334 __entry->which, __entry->expires,
341 * @which: type of the interval timer
342 * @pid: pid of the process which owns the timer
347 TP_PROTO(int which, struct pid *pid, unsigned long long now),
349 TP_ARGS(which, pid, now),
352 __field( int , which )
358 __entry->which = which;
363 TP_printk("which=%d pid=%d now=%llu", __entry->which,