Lines Matching refs:call_site
13 TP_PROTO(unsigned long call_site,
19 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags),
22 __field( unsigned long, call_site )
30 __entry->call_site = call_site;
38 __entry->call_site,
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)
63 TP_PROTO(unsigned long call_site,
70 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
73 __field( unsigned long, call_site )
82 __entry->call_site = call_site;
91 __entry->call_site,
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),
124 __field( unsigned long, call_site )
129 __entry->call_site = call_site;
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),