Lines Matching refs:IP
12 TP_PROTO(int bytes, unsigned long IP),
14 TP_ARGS(bytes, IP),
18 __field(unsigned long, IP )
23 __entry->IP = IP;
27 __entry->bytes, (void *)__entry->IP)
31 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
33 TP_ARGS(pool_name, bytes, IP),
38 __field(unsigned long, IP )
44 __entry->IP = IP;
48 __entry->pool_name, __entry->bytes, (void *)__entry->IP)
52 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
54 TP_ARGS(pool_name, bytes, IP)
58 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
60 TP_ARGS(pool_name, bytes, IP)
65 unsigned long IP),
67 TP_ARGS(pool_name, bits, entropy_count, IP),
73 __field(unsigned long, IP )
80 __entry->IP = IP;
85 __entry->entropy_count, (void *)__entry->IP)
194 TP_PROTO(int nbytes, unsigned long IP),
196 TP_ARGS(nbytes, IP),
200 __field(unsigned long, IP )
205 __entry->IP = IP;
208 TP_printk("nbytes %d caller %pS", __entry->nbytes, (void *)__entry->IP)
212 TP_PROTO(int nbytes, unsigned long IP),
214 TP_ARGS(nbytes, IP)
218 TP_PROTO(int nbytes, unsigned long IP),
220 TP_ARGS(nbytes, IP)
225 unsigned long IP),
227 TP_ARGS(pool_name, nbytes, entropy_count, IP),
233 __field(unsigned long, IP )
240 __entry->IP = IP;
245 (void *)__entry->IP)
251 unsigned long IP),
253 TP_ARGS(pool_name, nbytes, entropy_count, IP)
258 unsigned long IP),
260 TP_ARGS(pool_name, nbytes, entropy_count, IP)