diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-04-19 22:30:05 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-04-19 22:38:43 +0300 |
commit | 265b0de2f0f293f98173abb336edb63921b9c282 (patch) | |
tree | d34ff2bc486662ab2ed7746157e83cfe6eb07eca /arch/sh | |
parent | 686c511866b4634734be9d6e827e4e55b877d35e (diff) | |
download | linux-265b0de2f0f293f98173abb336edb63921b9c282.tar.xz |
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 <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/ZEBCyFu2GjTw6qOi@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'arch/sh')
0 files changed, 0 insertions, 0 deletions