Lines Matching refs:bytes
12 TP_PROTO(int bytes, unsigned long IP),
14 TP_ARGS(bytes, IP),
17 __field( int, bytes )
22 __entry->bytes = bytes;
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),
37 __field( int, bytes )
43 __entry->bytes = bytes;
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)