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