• Home
  • Raw
  • Download

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 )
205 __entry->pid = p->pid;
211 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d",
212 __entry->comm, __entry->pid, __entry->prio,
224 __field( pid_t, pid )
230 __entry->pid = p->pid;
234 TP_printk("comm=%s pid=%d prio=%d",
235 __entry->comm, __entry->pid, __entry->prio)
265 TP_PROTO(struct pid *pid),
267 TP_ARGS(pid),
271 __field( pid_t, pid )
277 __entry->pid = pid_nr(pid);
281 TP_printk("comm=%s pid=%d prio=%d",
282 __entry->comm, __entry->pid, __entry->prio)
303 __entry->parent_pid = parent->pid;
305 __entry->child_pid = child->pid;
308 TP_printk("comm=%s pid=%d child_comm=%s child_pid=%d",
325 __field( pid_t, pid )
331 __entry->pid = p->pid;
335 TP_printk("filename=%s pid=%d old_pid=%d", __get_str(filename),
336 __entry->pid, __entry->old_pid)
351 __field( pid_t, pid )
357 __entry->pid = tsk->pid;
361 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
362 __entry->comm, __entry->pid,
410 __field( pid_t, pid )
417 __entry->pid = tsk->pid;
422 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
423 __entry->comm, __entry->pid,
444 __field( pid_t, pid )
451 __entry->pid = tsk->pid;
459 TP_printk("comm=%s pid=%d oldprio=%d newprio=%d",
460 __entry->comm, __entry->pid,
471 __field( pid_t, pid )
476 __entry->pid = tsk->pid;
479 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
490 __field( pid_t, pid )
500 __entry->pid = task_pid_nr(tsk);
509 TP_printk("pid=%d tgid=%d ngid=%d src_cpu=%d src_nid=%d dst_cpu=%d dst_nid=%d",
510 __entry->pid, __entry->tgid, __entry->ngid,