diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index be198ac27031..027a5153495c 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -310,7 +310,7 @@ static inline int path__join3(char *bf, size_t size, | |||
310 | struct dso; | 310 | struct dso; |
311 | struct symbol; | 311 | struct symbol; |
312 | 312 | ||
313 | char *get_srcline(struct dso *dso, unsigned long addr, struct symbol *sym, | 313 | char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, |
314 | bool show_sym); | 314 | bool show_sym); |
315 | void free_srcline(char *srcline); | 315 | void free_srcline(char *srcline); |
316 | 316 | ||