diff options
Diffstat (limited to 'tools/perf/util/map.h')
-rw-r--r-- | tools/perf/util/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h index c98ab190060..25ab4cdbc44 100644 --- a/tools/perf/util/map.h +++ b/tools/perf/util/map.h | |||
@@ -104,7 +104,6 @@ static inline u64 identity__map_ip(struct map *map __used, u64 ip) | |||
104 | 104 | ||
105 | /* rip/ip <-> addr suitable for passing to `objdump --start-address=` */ | 105 | /* rip/ip <-> addr suitable for passing to `objdump --start-address=` */ |
106 | u64 map__rip_2objdump(struct map *map, u64 rip); | 106 | u64 map__rip_2objdump(struct map *map, u64 rip); |
107 | u64 map__objdump_2ip(struct map *map, u64 addr); | ||
108 | 107 | ||
109 | struct symbol; | 108 | struct symbol; |
110 | 109 | ||