Lines Matching full:pid
24 __field( pid_t, pid )
29 __entry->pid = t->pid;
32 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
149 __field( pid_t, pid )
156 __entry->pid = p->pid;
161 TP_printk("comm=%s pid=%d prio=%d target_cpu=%03d",
162 __entry->comm, __entry->pid, __entry->prio,
241 __entry->prev_pid = prev->pid;
245 __entry->next_pid = next->pid;
280 __field( pid_t, pid )
288 __entry->pid = p->pid;
294 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d",
295 __entry->comm, __entry->pid, __entry->prio,
307 __field( pid_t, pid )
313 __entry->pid = p->pid;
317 TP_printk("comm=%s pid=%d prio=%d",
318 __entry->comm, __entry->pid, __entry->prio)
347 TP_PROTO(struct pid *pid),
349 TP_ARGS(pid),
353 __field( pid_t, pid )
359 __entry->pid = pid_nr(pid);
363 TP_printk("comm=%s pid=%d prio=%d",
364 __entry->comm, __entry->pid, __entry->prio)
385 __entry->parent_pid = parent->pid;
387 __entry->child_pid = child->pid;
390 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
407 __field( pid_t, pid )
413 __entry->pid = p->pid;
417 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
418 __entry->pid, __entry->old_pid)
441 __field( pid_t, pid )
448 __entry->pid = task->pid;
452 TP_printk("interp=%s filename=%s pid=%d comm=%s",
454 __entry->pid, __get_str(comm))
477 __field( pid_t, pid )
483 __entry->pid = tsk->pid;
487 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
488 __entry->comm, __entry->pid,
535 __field( pid_t, pid )
541 __entry->pid = tsk->pid;
545 TP_printk("comm=%s pid=%d runtime=%Lu [ns]",
546 __entry->comm, __entry->pid,
566 __field( pid_t, pid )
573 __entry->pid = tsk->pid;
581 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
582 __entry->comm, __entry->pid,
593 __field( pid_t, pid )
598 __entry->pid = tsk->pid;
601 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
616 __field( pid_t, pid )
626 __entry->pid = task_pid_nr(tsk);
635 TP_printk("pid=%d tgid=%d ngid=%d src_cpu=%d src_nid=%d dst_cpu=%d dst_nid=%d",
636 __entry->pid, __entry->tgid, __entry->ngid,