Lines Matching refs: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;
80 __entry->comm, __entry->pid, __entry->prio,
148 __entry->prev_pid = prev->pid;
152 __entry->next_pid = next->pid;
182 __field( pid_t, pid )
190 __entry->pid = p->pid;
197 __entry->comm, __entry->pid, __entry->prio,
209 __field( pid_t, pid )
215 __entry->pid = p->pid;
220 __entry->comm, __entry->pid, __entry->prio)
250 TP_PROTO(struct pid *pid),
252 TP_ARGS(pid),
256 __field( pid_t, pid )
262 __entry->pid = pid_nr(pid);
267 __entry->comm, __entry->pid, __entry->prio)
288 __entry->parent_pid = parent->pid;
290 __entry->child_pid = child->pid;
310 __field( pid_t, pid )
316 __entry->pid = p->pid;
321 __entry->pid, __entry->old_pid)
336 __field( pid_t, pid )
342 __entry->pid = tsk->pid;
347 __entry->comm, __entry->pid,
395 __field( pid_t, pid )
402 __entry->pid = tsk->pid;
408 __entry->comm, __entry->pid,
429 __field( pid_t, pid )
436 __entry->pid = tsk->pid;
445 __entry->comm, __entry->pid,
456 __field( pid_t, pid )
461 __entry->pid = tsk->pid;
464 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
475 __field( pid_t, pid )
485 __entry->pid = task_pid_nr(tsk);
495 __entry->pid, __entry->tgid, __entry->ngid,