Lines Matching refs:pid
19 __field( pid_t, pid)
25 __entry->pid = task->pid;
31 __entry->pid, __entry->comm, __entry->oom_score_adj)
82 __field(int, pid)
94 __entry->pid = task->pid;
106 __entry->pid,
119 TP_PROTO(int pid),
121 TP_ARGS(pid),
124 __field(int, pid)
128 __entry->pid = pid;
131 TP_printk("pid=%d", __entry->pid)
135 TP_PROTO(int pid),
137 TP_ARGS(pid),
140 __field(int, pid)
144 __entry->pid = pid;
147 TP_printk("pid=%d", __entry->pid)
151 TP_PROTO(int pid),
153 TP_ARGS(pid),
156 __field(int, pid)
160 __entry->pid = pid;
163 TP_printk("pid=%d", __entry->pid)
167 TP_PROTO(int pid),
169 TP_ARGS(pid),
172 __field(int, pid)
176 __entry->pid = pid;
179 TP_printk("pid=%d", __entry->pid)