Lines Matching refs:pid
23 __field( pid_t, pid )
28 __entry->pid = t->pid;
31 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
65 __field( pid_t, pid )
73 __entry->pid = p->pid;
80 __entry->comm, __entry->pid, __entry->prio,
158 __entry->prev_pid = prev->pid;
162 __entry->next_pid = next->pid;
197 __field( pid_t, pid )
205 __entry->pid = p->pid;
212 __entry->comm, __entry->pid, __entry->prio,
224 __field( pid_t, pid )
230 __entry->pid = p->pid;
235 __entry->comm, __entry->pid, __entry->prio)
264 TP_PROTO(struct pid *pid),
266 TP_ARGS(pid),
270 __field( pid_t, pid )
276 __entry->pid = pid_nr(pid);
281 __entry->comm, __entry->pid, __entry->prio)
302 __entry->parent_pid = parent->pid;
304 __entry->child_pid = child->pid;
324 __field( pid_t, pid )
330 __entry->pid = p->pid;
335 __entry->pid, __entry->old_pid)
359 __field( pid_t, pid )
365 __entry->pid = tsk->pid;
370 __entry->comm, __entry->pid,
417 __field( pid_t, pid )
424 __entry->pid = tsk->pid;
430 __entry->comm, __entry->pid,
451 __field( pid_t, pid )
458 __entry->pid = tsk->pid;
467 __entry->comm, __entry->pid,
478 __field( pid_t, pid )
483 __entry->pid = tsk->pid;
486 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
497 __field( pid_t, pid )
507 __entry->pid = task_pid_nr(tsk);
517 __entry->pid, __entry->tgid, __entry->ngid,