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,
243 __entry->prev_pid = prev->pid;
247 __entry->next_pid = next->pid;
282 __field( pid_t, pid )
290 __entry->pid = p->pid;
296 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d",
297 __entry->comm, __entry->pid, __entry->prio,
309 __field( pid_t, pid )
315 __entry->pid = p->pid;
319 TP_printk("comm=%s pid=%d prio=%d",
320 __entry->comm, __entry->pid, __entry->prio)
349 TP_PROTO(struct pid *pid),
351 TP_ARGS(pid),
355 __field( pid_t, pid )
361 __entry->pid = pid_nr(pid);
365 TP_printk("comm=%s pid=%d prio=%d",
366 __entry->comm, __entry->pid, __entry->prio)
387 __entry->parent_pid = parent->pid;
389 __entry->child_pid = child->pid;
392 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
409 __field( pid_t, pid )
415 __entry->pid = p->pid;
419 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
420 __entry->pid, __entry->old_pid)
444 __field( pid_t, pid )
450 __entry->pid = tsk->pid;
454 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
455 __entry->comm, __entry->pid,
502 __field( pid_t, pid )
508 __entry->pid = tsk->pid;
512 TP_printk("comm=%s pid=%d runtime=%Lu [ns]",
513 __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,