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,
240 __entry->prev_pid = prev->pid;
244 __entry->next_pid = next->pid;
279 __field( pid_t, pid )
287 __entry->pid = p->pid;
293 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d",
294 __entry->comm, __entry->pid, __entry->prio,
306 __field( pid_t, pid )
312 __entry->pid = p->pid;
316 TP_printk("comm=%s pid=%d prio=%d",
317 __entry->comm, __entry->pid, __entry->prio)
346 TP_PROTO(struct pid *pid),
348 TP_ARGS(pid),
352 __field( pid_t, pid )
358 __entry->pid = pid_nr(pid);
362 TP_printk("comm=%s pid=%d prio=%d",
363 __entry->comm, __entry->pid, __entry->prio)
384 __entry->parent_pid = parent->pid;
386 __entry->child_pid = child->pid;
389 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
406 __field( pid_t, pid )
412 __entry->pid = p->pid;
416 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
417 __entry->pid, __entry->old_pid)
441 __field( pid_t, pid )
447 __entry->pid = tsk->pid;
451 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
452 __entry->comm, __entry->pid,
499 __field( pid_t, pid )
506 __entry->pid = tsk->pid;
511 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
512 __entry->comm, __entry->pid,
533 __field( pid_t, pid )
540 __entry->pid = tsk->pid;
548 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
549 __entry->comm, __entry->pid,
560 __field( pid_t, pid )
565 __entry->pid = tsk->pid;
568 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
583 __field( pid_t, pid )
593 __entry->pid = task_pid_nr(tsk);
602 TP_printk("pid=%d tgid=%d ngid=%d src_cpu=%d src_nid=%d dst_cpu=%d dst_nid=%d",
603 __entry->pid, __entry->tgid, __entry->ngid,