Lines Matching full:which
227 * @now: pointer to variable which contains current time of the
299 * @which: name of the interval timer
306 TP_PROTO(int which, const struct itimerspec64 *const value,
309 TP_ARGS(which, value, expires),
312 __field( int, which )
321 __entry->which = which;
329 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld",
330 __entry->which, __entry->expires,
337 * @which: type of the interval timer
338 * @pid: pid of the process which owns the timer
343 TP_PROTO(int which, struct pid *pid, unsigned long long now),
345 TP_ARGS(which, pid, now),
348 __field( int , which )
354 __entry->which = which;
359 TP_printk("which=%d pid=%d now=%llu", __entry->which,