Lines Matching full:which
230 * @now: pointer to variable which contains current time of the
302 * @which: name of the interval timer
309 TP_PROTO(int which, const struct itimerspec64 *const value,
312 TP_ARGS(which, value, expires),
315 __field( int, which )
324 __entry->which = which;
332 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld",
333 __entry->which, __entry->expires,
340 * @which: type of the interval timer
341 * @pid: pid of the process which owns the timer
346 TP_PROTO(int which, struct pid *pid, unsigned long long now),
348 TP_ARGS(which, pid, now),
351 __field( int , which )
357 __entry->which = which;
362 TP_printk("which=%d pid=%d now=%llu", __entry->which,