Re: [PATCH] perf trace: Format instruction pointer fields as hexadecimal
From: Namhyung Kim
Date: Sun Jul 26 2026 - 01:25:12 EST
On Sun, 19 Jul 2026 15:10:00 -0400, Aaron Tomlin wrote:
> Provide a helper function trace__field_is_ip() in
> trace__fprintf_tp_fields() to ensure that tracepoint fields representing
> instruction pointers such as "__probe_ip", "caller_ip", and
> "call_site" are always formatted as hexadecimal memory addresses rather
> than signed integers.
>
> For example, when running a kmem:kfree tracepoint:
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung