Lines Matching refs:function
62 __field( void *, function )
70 __entry->function = timer->function;
76 TP_printk("timer=%p function=%ps expires=%lu [timeout=%ld] cpu=%u idx=%u flags=%s",
77 __entry->timer, __entry->function, __entry->expires,
99 __field( void *, function)
106 __entry->function = timer->function;
110 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
111 __entry->timer, __entry->function, __entry->now,
120 * determine the runtime of the timer callback function.
207 __field( void *, function )
215 __entry->function = hrtimer->function;
221 TP_printk("hrtimer=%p function=%ps expires=%llu softexpires=%llu "
222 "mode=%s", __entry->hrtimer, __entry->function,
245 __field( void *, function)
251 __entry->function = hrtimer->function;
254 TP_printk("hrtimer=%p function=%ps now=%llu",
255 __entry->hrtimer, __entry->function,
281 * determine the runtime of the callback function.