diff options
Diffstat (limited to 'tools/perf/util/annotate.c')
-rw-r--r-- | tools/perf/util/annotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 05e34df5d041..d102716c43a1 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c | |||
@@ -603,8 +603,8 @@ struct disasm_line *disasm__get_next_ip_line(struct list_head *head, struct disa | |||
603 | return NULL; | 603 | return NULL; |
604 | } | 604 | } |
605 | 605 | ||
606 | static double disasm__calc_percent(struct annotation *notes, int evidx, | 606 | double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, |
607 | s64 offset, s64 end, const char **path) | 607 | s64 end, const char **path) |
608 | { | 608 | { |
609 | struct source_line *src_line = notes->src->lines; | 609 | struct source_line *src_line = notes->src->lines; |
610 | double percent = 0.0; | 610 | double percent = 0.0; |