Lines Matching refs:obj
49 const struct objagg_obj *obj),
51 TP_ARGS(objagg, obj),
55 __field(const void *, obj)
60 __entry->obj = obj;
63 TP_printk("objagg %p, obj %p", __entry->objagg, __entry->obj)
68 const struct objagg_obj *obj),
70 TP_ARGS(objagg, obj),
74 __field(const void *, obj)
79 __entry->obj = obj;
82 TP_printk("objagg %p, obj %p", __entry->objagg, __entry->obj)
87 const struct objagg_obj *obj,
90 TP_ARGS(objagg, obj, refcount),
94 __field(const void *, obj)
100 __entry->obj = obj;
105 __entry->objagg, __entry->obj, __entry->refcount)
110 const struct objagg_obj *obj,
113 TP_ARGS(objagg, obj, refcount),
117 __field(const void *, obj)
123 __entry->obj = obj;
128 __entry->objagg, __entry->obj, __entry->refcount)
133 const struct objagg_obj *obj,
137 TP_ARGS(objagg, obj, parent, parent_refcount),
141 __field(const void *, obj)
148 __entry->obj = obj;
154 __entry->objagg, __entry->obj,
160 const struct objagg_obj *obj,
164 TP_ARGS(objagg, obj, parent, parent_refcount),
168 __field(const void *, obj)
175 __entry->obj = obj;
181 __entry->objagg, __entry->obj,
187 const struct objagg_obj *obj),
189 TP_ARGS(objagg, obj),
193 __field(const void *, obj)
198 __entry->obj = obj;
202 __entry->objagg, __entry->obj)
207 const struct objagg_obj *obj),
209 TP_ARGS(objagg, obj),
213 __field(const void *, obj)
218 __entry->obj = obj;
222 __entry->objagg, __entry->obj)