Lines Matching full: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;
79 TP_printk("comm=%s pid=%d prio=%d target_cpu=%03d",
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;
211 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d",
212 __entry->comm, __entry->pid, __entry->prio,
224 __field( pid_t, pid )
230 __entry->pid = p->pid;
234 TP_printk("comm=%s pid=%d prio=%d",
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);
280 TP_printk("comm=%s pid=%d prio=%d",
281 __entry->comm, __entry->pid, __entry->prio)
302 __entry->parent_pid = parent->pid;
304 __entry->child_pid = child->pid;
307 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
324 __field( pid_t, pid )
330 __entry->pid = p->pid;
334 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
335 __entry->pid, __entry->old_pid)
359 __field( pid_t, pid )
365 __entry->pid = tsk->pid;
369 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
370 __entry->comm, __entry->pid,
417 __field( pid_t, pid )
424 __entry->pid = tsk->pid;
429 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
430 __entry->comm, __entry->pid,
451 __field( pid_t, pid )
458 __entry->pid = tsk->pid;
466 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
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)
501 __field( pid_t, pid )
511 __entry->pid = task_pid_nr(tsk);
520 TP_printk("pid=%d tgid=%d ngid=%d src_cpu=%d src_nid=%d dst_cpu=%d dst_nid=%d",
521 __entry->pid, __entry->tgid, __entry->ngid,