| commit | fe0bc497829bf7b3537b0e720e9cfa7ef91e5732 | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt (Google) <rostedt@goodmis.org> | Thu Aug 22 17:30:03 2024 -0400 |
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Fri Oct 11 17:25:06 2024 -0400 |
| tree | 221db8759ee0167ce3db8a22f39f51516a22a043 | |
| parent | f2224d5b26a1fafd033506052c1f368e59563e85 [diff] |
libtraceevent: Print function pointer address when TEP_EVENT_FL_PRINTRAW is specified
When the TEP_EVENT_FL_PRINTRAW flag is specified in print_event_info(),
print function pointer addresses and not just the function pointer itself.
That is, instead of having just:
ip=trace_printk_irq_work
Print:
ip=trace_printk_irq_work (0xffffffffc06d0028)
Link: https://lore.kernel.org/20240822173003.773f498e@gandalf.local.home
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>