We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff0e8 commit 57d8188Copy full SHA for 57d8188
tools/perf/builtin-top.c
@@ -204,8 +204,8 @@ static void parse_source(struct sym_entry *syme)
204
sprintf(command,
205
"objdump --start-address=0x%016Lx "
206
"--stop-address=0x%016Lx -dS %s",
207
- map->unmap_ip(map, sym->start),
208
- map->unmap_ip(map, sym->end), path);
+ map__rip_2objdump(map, sym->start),
+ map__rip_2objdump(map, sym->end), path);
209
210
file = popen(command, "r");
211
if (!file)
0 commit comments