Lines Matching refs:pid
17 __field( pid_t, pid)
23 __entry->pid = task->pid;
29 __entry->pid, __entry->comm, __entry->oom_score_adj)
75 TP_PROTO(int pid),
77 TP_ARGS(pid),
80 __field(int, pid)
84 __entry->pid = pid;
87 TP_printk("pid=%d", __entry->pid)
91 TP_PROTO(int pid),
93 TP_ARGS(pid),
96 __field(int, pid)
100 __entry->pid = pid;
103 TP_printk("pid=%d", __entry->pid)
107 TP_PROTO(int pid),
109 TP_ARGS(pid),
112 __field(int, pid)
116 __entry->pid = pid;
119 TP_printk("pid=%d", __entry->pid)
123 TP_PROTO(int pid),
125 TP_ARGS(pid),
128 __field(int, pid)
132 __entry->pid = pid;
135 TP_printk("pid=%d", __entry->pid)
139 TP_PROTO(int pid),
141 TP_ARGS(pid),
144 __field(int, pid)
148 __entry->pid = pid;
151 TP_printk("pid=%d", __entry->pid)