Lines Matching refs:objagg

5 #define TRACE_SYSTEM objagg
12 struct objagg;
16 TP_PROTO(const struct objagg *objagg),
18 TP_ARGS(objagg),
21 __field(const void *, objagg)
25 __entry->objagg = objagg;
28 TP_printk("objagg %p", __entry->objagg)
32 TP_PROTO(const struct objagg *objagg),
34 TP_ARGS(objagg),
37 __field(const void *, objagg)
41 __entry->objagg = objagg;
44 TP_printk("objagg %p", __entry->objagg)
48 TP_PROTO(const struct objagg *objagg,
51 TP_ARGS(objagg, obj),
54 __field(const void *, objagg)
59 __entry->objagg = objagg;
63 TP_printk("objagg %p, obj %p", __entry->objagg, __entry->obj)
67 TP_PROTO(const struct objagg *objagg,
70 TP_ARGS(objagg, obj),
73 __field(const void *, objagg)
78 __entry->objagg = objagg;
82 TP_printk("objagg %p, obj %p", __entry->objagg, __entry->obj)
86 TP_PROTO(const struct objagg *objagg,
90 TP_ARGS(objagg, obj, refcount),
93 __field(const void *, objagg)
99 __entry->objagg = objagg;
105 __entry->objagg, __entry->obj, __entry->refcount)
109 TP_PROTO(const struct objagg *objagg,
113 TP_ARGS(objagg, obj, refcount),
116 __field(const void *, objagg)
122 __entry->objagg = objagg;
128 __entry->objagg, __entry->obj, __entry->refcount)
132 TP_PROTO(const struct objagg *objagg,
137 TP_ARGS(objagg, obj, parent, parent_refcount),
140 __field(const void *, objagg)
147 __entry->objagg = objagg;
154 __entry->objagg, __entry->obj,
159 TP_PROTO(const struct objagg *objagg,
164 TP_ARGS(objagg, obj, parent, parent_refcount),
167 __field(const void *, objagg)
174 __entry->objagg = objagg;
181 __entry->objagg, __entry->obj,
186 TP_PROTO(const struct objagg *objagg,
189 TP_ARGS(objagg, obj),
192 __field(const void *, objagg)
197 __entry->objagg = objagg;
202 __entry->objagg, __entry->obj)
206 TP_PROTO(const struct objagg *objagg,
209 TP_ARGS(objagg, obj),
212 __field(const void *, objagg)
217 __entry->objagg = objagg;
222 __entry->objagg, __entry->obj)