hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 );