hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/trace/events/preemptirq.h
....@@ -27,7 +27,7 @@
2727 __entry->parent_offs = (s32)(parent_ip - (unsigned long)_stext);
2828 ),
2929
30
- TP_printk("caller=%pF parent=%pF",
30
+ TP_printk("caller=%pS parent=%pS",
3131 (void *)((unsigned long)(_stext) + __entry->caller_offs),
3232 (void *)((unsigned long)(_stext) + __entry->parent_offs))
3333 );