Lines Matching refs:bytes_req
25 __field( size_t, bytes_req )
35 __entry->bytes_req = s->object_size;
44 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d accounted=%s",
47 __entry->bytes_req,
58 size_t bytes_req,
63 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
68 __field( size_t, bytes_req )
77 __entry->bytes_req = bytes_req;
83 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d accounted=%s",
86 __entry->bytes_req,