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 )
206 __entry->pid = p->pid;
213 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d running=%d",
214 __entry->comm, __entry->pid, __entry->prio,
227 __field( pid_t, pid )
233 __entry->pid = p->pid;
237 TP_printk("comm=%s pid=%d prio=%d",
238 __entry->comm, __entry->pid, __entry->prio)
267 TP_PROTO(struct pid *pid),
269 TP_ARGS(pid),
273 __field( pid_t, pid )
279 __entry->pid = pid_nr(pid);
283 TP_printk("comm=%s pid=%d prio=%d",
284 __entry->comm, __entry->pid, __entry->prio)
305 __entry->parent_pid = parent->pid;
307 __entry->child_pid = child->pid;
310 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
327 __field( pid_t, pid )
333 __entry->pid = p->pid;
337 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
338 __entry->pid, __entry->old_pid)
362 __field( pid_t, pid )
368 __entry->pid = tsk->pid;
372 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
373 __entry->comm, __entry->pid,
418 __field( pid_t, pid )
424 __entry->pid = tsk->pid;
429 TP_printk("pid=%d iowait=%d caller=%pS", __entry->pid, __entry->io_wait, __entry->caller)
444 __field( pid_t, pid )
451 __entry->pid = tsk->pid;
456 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
457 __entry->comm, __entry->pid,
478 __field( pid_t, pid )
485 __entry->pid = tsk->pid;
493 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
494 __entry->comm, __entry->pid,
505 __field( pid_t, pid )
510 __entry->pid = tsk->pid;
513 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
528 __field( pid_t, pid )
538 __entry->pid = task_pid_nr(tsk);
547 TP_printk("pid=%d tgid=%d ngid=%d src_cpu=%d src_nid=%d dst_cpu=%d dst_nid=%d",
548 __entry->pid, __entry->tgid, __entry->ngid,