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,
136 __entry->prev_pid = prev->pid;
140 __entry->next_pid = next->pid;
166 __field( pid_t, pid )
174 __entry->pid = p->pid;
181 __entry->comm, __entry->pid, __entry->prio,
193 __field( pid_t, pid )
199 __entry->pid = p->pid;
204 __entry->comm, __entry->pid, __entry->prio)
234 TP_PROTO(struct pid *pid),
236 TP_ARGS(pid),
240 __field( pid_t, pid )
246 __entry->pid = pid_nr(pid);
251 __entry->comm, __entry->pid, __entry->prio)
272 __entry->parent_pid = parent->pid;
274 __entry->child_pid = child->pid;
294 __field( pid_t, pid )
300 __entry->pid = p->pid;
305 __entry->pid, __entry->old_pid)
320 __field( pid_t, pid )
326 __entry->pid = tsk->pid;
331 __entry->comm, __entry->pid,
379 __field( pid_t, pid )
386 __entry->pid = tsk->pid;
392 __entry->comm, __entry->pid,
413 __field( pid_t, pid )
420 __entry->pid = tsk->pid;
426 __entry->comm, __entry->pid,
437 __field( pid_t, pid )
442 __entry->pid = tsk->pid;
445 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
456 __field( pid_t, pid )
466 __entry->pid = task_pid_nr(tsk);
476 __entry->pid, __entry->tgid, __entry->ngid,