Lines Matching refs:pid
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),
353 __field( pid_t, pid )
360 __entry->pid = pid_nr(pid);
363 TP_printk("which=%d pid=%d now=%llu", __entry->which,
364 (int) __entry->pid, __entry->now)