Lines Matching refs:function
63 __field( void *, function )
71 __entry->function = timer->function;
77 TP_printk("timer=%p function=%ps expires=%lu [timeout=%ld] cpu=%u idx=%u flags=%s",
78 __entry->timer, __entry->function, __entry->expires,
101 __field( void *, function)
108 __entry->function = timer->function;
112 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
113 __entry->timer, __entry->function, __entry->now,
122 * determine the runtime of the timer callback function.
210 __field( void *, function )
218 __entry->function = hrtimer->function;
224 TP_printk("hrtimer=%p function=%ps expires=%llu softexpires=%llu "
225 "mode=%s", __entry->hrtimer, __entry->function,
248 __field( void *, function)
254 __entry->function = hrtimer->function;
257 TP_printk("hrtimer=%p function=%ps now=%llu",
258 __entry->hrtimer, __entry->function,
284 * determine the runtime of the callback function.