Lines Matching full:which
234 * @now: pointer to variable which contains current time of the
306 * @which: name of the interval timer
313 TP_PROTO(int which, const struct itimerspec64 *const value,
316 TP_ARGS(which, value, expires),
319 __field( int, which )
328 __entry->which = which;
336 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld",
337 __entry->which, __entry->expires,
344 * @which: type of the interval timer
345 * @pid: pid of the process which owns the timer
350 TP_PROTO(int which, struct pid *pid, unsigned long long now),
352 TP_ARGS(which, pid, now),
355 __field( int , which )
361 __entry->which = which;
366 TP_printk("which=%d pid=%d now=%llu", __entry->which,