Lines Matching refs: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;
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;
297 __entry->comm, __entry->pid, __entry->prio,
309 __field( pid_t, pid )
315 __entry->pid = p->pid;
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);
366 __entry->comm, __entry->pid, __entry->prio)
387 __entry->parent_pid = parent->pid;
389 __entry->child_pid = child->pid;
409 __field( pid_t, pid )
415 __entry->pid = p->pid;
420 __entry->pid, __entry->old_pid)
444 __field( pid_t, pid )
450 __entry->pid = tsk->pid;
455 __entry->comm, __entry->pid,
502 __field( pid_t, pid )
509 __entry->pid = tsk->pid;
515 __entry->comm, __entry->pid,
536 __field( pid_t, pid )
543 __entry->pid = tsk->pid;
552 __entry->comm, __entry->pid,
563 __field( pid_t, pid )
568 __entry->pid = tsk->pid;
571 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
586 __field( pid_t, pid )
596 __entry->pid = task_pid_nr(tsk);
606 __entry->pid, __entry->tgid, __entry->ngid,