Lines Matching refs:bytes
11 TP_PROTO(int bytes, unsigned long IP),
13 TP_ARGS(bytes, IP),
16 __field( int, bytes )
21 __entry->bytes = bytes;
26 __entry->bytes, (void *)__entry->IP)
30 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
32 TP_ARGS(pool_name, bytes, IP),
36 __field( int, bytes )
42 __entry->bytes = bytes;
47 __entry->pool_name, __entry->bytes, (void *)__entry->IP)
51 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
53 TP_ARGS(pool_name, bytes, IP)
57 TP_PROTO(const char *pool_name, int bytes, unsigned long IP),
59 TP_ARGS(pool_name, bytes, IP)