Lines Matching refs:ptr
14 const void *ptr,
19 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags),
23 __field( const void *, ptr )
31 __entry->ptr = ptr;
39 __entry->ptr,
47 TP_PROTO(unsigned long call_site, const void *ptr,
50 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
55 TP_PROTO(unsigned long call_site, const void *ptr,
58 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
64 const void *ptr,
70 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
74 __field( const void *, ptr )
83 __entry->ptr = ptr;
92 __entry->ptr,
101 TP_PROTO(unsigned long call_site, const void *ptr,
105 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)
110 TP_PROTO(unsigned long call_site, const void *ptr,
114 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)
119 TP_PROTO(unsigned long call_site, const void *ptr),
121 TP_ARGS(call_site, ptr),
125 __field( const void *, ptr )
130 __entry->ptr = ptr;
133 TP_printk("call_site=%lx ptr=%p", __entry->call_site, __entry->ptr)
138 TP_PROTO(unsigned long call_site, const void *ptr),
140 TP_ARGS(call_site, ptr)
145 TP_PROTO(unsigned long call_site, const void *ptr),
147 TP_ARGS(call_site, ptr)