Lines Matching full:pid
28 __field( pid_t, pid )
33 __entry->pid = t->pid;
36 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
70 __field( pid_t, pid )
78 __entry->pid = p->pid;
84 TP_printk("comm=%s pid=%d prio=%d target_cpu=%03d",
85 __entry->comm, __entry->pid, __entry->prio,
163 __entry->prev_pid = prev->pid;
167 __entry->next_pid = next->pid;
202 __field( pid_t, pid )
210 __entry->pid = p->pid;
216 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d",
217 __entry->comm, __entry->pid, __entry->prio,
229 __field( pid_t, pid )
235 __entry->pid = p->pid;
239 TP_printk("comm=%s pid=%d prio=%d",
240 __entry->comm, __entry->pid, __entry->prio)
269 TP_PROTO(struct pid *pid),
271 TP_ARGS(pid),
275 __field( pid_t, pid )
281 __entry->pid = pid_nr(pid);
285 TP_printk("comm=%s pid=%d prio=%d",
286 __entry->comm, __entry->pid, __entry->prio)
307 __entry->parent_pid = parent->pid;
309 __entry->child_pid = child->pid;
312 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
329 __field( pid_t, pid )
335 __entry->pid = p->pid;
339 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
340 __entry->pid, __entry->old_pid)
364 __field( pid_t, pid )
370 __entry->pid = tsk->pid;
374 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
375 __entry->comm, __entry->pid,
422 __field( pid_t, pid )
429 __entry->pid = tsk->pid;
434 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
435 __entry->comm, __entry->pid,
456 __field( pid_t, pid )
463 __entry->pid = tsk->pid;
471 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
472 __entry->comm, __entry->pid,
483 __field( pid_t, pid )
488 __entry->pid = tsk->pid;
491 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
506 __field( pid_t, pid )
516 __entry->pid = task_pid_nr(tsk);
525 TP_printk("pid=%d tgid=%d ngid=%d src_cpu=%d src_nid=%d dst_cpu=%d dst_nid=%d",
526 __entry->pid, __entry->tgid, __entry->ngid,