Lines Matching full:off
15 size_t align, void *base_addr, int off,
18 TP_ARGS(call_site, reserved, is_atomic, size, align, base_addr, off,
28 __field( int, off )
40 __entry->off = off;
46 …TP_printk("call_site=%pS reserved=%d is_atomic=%d size=%zu align=%zu base_addr=%p off=%d ptr=%p by…
50 __entry->base_addr, __entry->off, __entry->ptr,
56 TP_PROTO(void *base_addr, int off, void __percpu *ptr),
58 TP_ARGS(base_addr, off, ptr),
62 __field( int, off )
68 __entry->off = off;
72 TP_printk("base_addr=%p off=%d ptr=%p",
73 __entry->base_addr, __entry->off, __entry->ptr)