diff options
-rw-r--r-- | tools/perf/util/probe-event.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 4fd49f021073..b78851732a71 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c | |||
@@ -322,7 +322,8 @@ static int find_alternative_probe_point(struct debuginfo *dinfo, | |||
322 | ret = -ENOENT; | 322 | ret = -ENOENT; |
323 | goto out; | 323 | goto out; |
324 | } | 324 | } |
325 | pr_debug("Symbol %s address found : %lx\n", pp->function, address); | 325 | pr_debug("Symbol %s address found : %" PRIx64 "\n", |
326 | pp->function, address); | ||
326 | 327 | ||
327 | ret = debuginfo__find_probe_point(dinfo, (unsigned long)address, | 328 | ret = debuginfo__find_probe_point(dinfo, (unsigned long)address, |
328 | result); | 329 | result); |