diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2023-04-19 16:30:05 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2023-04-19 16:38:43 -0300 |
commit | 265b0de2f0f293f98173abb336edb63921b9c282 (patch) | |
tree | d34ff2bc486662ab2ed7746157e83cfe6eb07eca /lib/mpi/mpi-bit.c | |
parent | 686c511866b4634734be9d6e827e4e55b877d35e (diff) |
perf probe: Add missing 0x prefix for addresses printed in hexadecimal
To fix this confusing warning:
# perf probe -l
Failed to find debug information for address 798240
probe_main:prometheus_new_counter__return (on github.com/prometheus/client_golang/prometheus.NewCounter%return in /home/acme/git/prometheus-uprobes/main with counter)
#
As that 798240 is printed with PRIx64 but has no letters, better print
the 0x prefix to disambiguate.
Cc: Adrian Hunter <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions