Lines Matching refs:hrtimer
165 TP_PROTO(struct hrtimer *hrtimer, clockid_t clockid,
168 TP_ARGS(hrtimer, clockid, mode),
171 __field( void *, hrtimer )
177 __entry->hrtimer = hrtimer;
182 TP_printk("hrtimer=%p clockid=%s mode=%s", __entry->hrtimer,
193 TP_PROTO(struct hrtimer *hrtimer, enum hrtimer_mode mode),
195 TP_ARGS(hrtimer, mode),
198 __field( void *, hrtimer )
206 __entry->hrtimer = hrtimer;
207 __entry->function = hrtimer->function;
208 __entry->expires = hrtimer_get_expires(hrtimer);
209 __entry->softexpires = hrtimer_get_softexpires(hrtimer);
214 "mode=%s", __entry->hrtimer, __entry->function,
230 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
232 TP_ARGS(hrtimer, now),
235 __field( void *, hrtimer )
241 __entry->hrtimer = hrtimer;
243 __entry->function = hrtimer->function;
246 TP_printk("hrtimer=%p function=%pf now=%llu", __entry->hrtimer, __entry->function,
252 TP_PROTO(struct hrtimer *hrtimer),
254 TP_ARGS(hrtimer),
257 __field( void *, hrtimer )
261 __entry->hrtimer = hrtimer;
264 TP_printk("hrtimer=%p", __entry->hrtimer)
276 TP_PROTO(struct hrtimer *hrtimer),
278 TP_ARGS(hrtimer)
287 TP_PROTO(struct hrtimer *hrtimer),
289 TP_ARGS(hrtimer)