Lines Matching refs:pid
22 __field( pid_t, pid )
27 __entry->pid = t->pid;
30 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
64 __field( pid_t, pid )
72 __entry->pid = p->pid;
79 __entry->comm, __entry->pid, __entry->prio,
144 __entry->prev_pid = prev->pid;
148 __entry->next_pid = next->pid;
175 __field( pid_t, pid )
183 __entry->pid = p->pid;
190 __entry->comm, __entry->pid, __entry->prio,
202 __field( pid_t, pid )
208 __entry->pid = p->pid;
213 __entry->comm, __entry->pid, __entry->prio)
243 TP_PROTO(struct pid *pid),
245 TP_ARGS(pid),
249 __field( pid_t, pid )
255 __entry->pid = pid_nr(pid);
260 __entry->comm, __entry->pid, __entry->prio)
281 __entry->parent_pid = parent->pid;
283 __entry->child_pid = child->pid;
303 __field( pid_t, pid )
309 __entry->pid = p->pid;
314 __entry->pid, __entry->old_pid)
329 __field( pid_t, pid )
335 __entry->pid = tsk->pid;
340 __entry->comm, __entry->pid,
388 __field( pid_t, pid )
395 __entry->pid = tsk->pid;
401 __entry->comm, __entry->pid,
422 __field( pid_t, pid )
429 __entry->pid = tsk->pid;
435 __entry->comm, __entry->pid,
446 __field( pid_t, pid )
451 __entry->pid = tsk->pid;
454 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
465 __field( pid_t, pid )
475 __entry->pid = task_pid_nr(tsk);
485 __entry->pid, __entry->tgid, __entry->ngid,