Lines Matching refs:call_site
14 TP_PROTO(unsigned long call_site,
20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags),
23 __field( unsigned long, call_site )
31 __entry->call_site = call_site;
38 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s",
39 (void *)__entry->call_site,
48 TP_PROTO(unsigned long call_site, const void *ptr,
51 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
56 TP_PROTO(unsigned long call_site, const void *ptr,
59 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
64 TP_PROTO(unsigned long call_site,
71 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
74 __field( unsigned long, call_site )
83 __entry->call_site = call_site;
91 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d",
92 (void *)__entry->call_site,
102 TP_PROTO(unsigned long call_site, const void *ptr,
106 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)
111 TP_PROTO(unsigned long call_site, const void *ptr,
115 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)
120 TP_PROTO(unsigned long call_site, const void *ptr),
122 TP_ARGS(call_site, ptr),
125 __field( unsigned long, call_site )
130 __entry->call_site = call_site;
134 TP_printk("call_site=%pS ptr=%p",
135 (void *)__entry->call_site, __entry->ptr)
140 TP_PROTO(unsigned long call_site, const void *ptr),
142 TP_ARGS(call_site, ptr)
147 TP_PROTO(unsigned long call_site, const void *ptr),
149 TP_ARGS(call_site, ptr)