diff options
Diffstat (limited to 'tools/perf/util/annotate.c')
-rw-r--r-- | tools/perf/util/annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index f2974da0185a..1dd1949b0e79 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c | |||
@@ -1620,6 +1620,7 @@ int symbol__tty_annotate(struct symbol *sym, struct map *map, | |||
1620 | len = symbol__size(sym); | 1620 | len = symbol__size(sym); |
1621 | 1621 | ||
1622 | if (print_lines) { | 1622 | if (print_lines) { |
1623 | srcline_full_filename = full_paths; | ||
1623 | symbol__get_source_line(sym, map, evsel, &source_line, len); | 1624 | symbol__get_source_line(sym, map, evsel, &source_line, len); |
1624 | print_summary(&source_line, dso->long_name); | 1625 | print_summary(&source_line, dso->long_name); |
1625 | } | 1626 | } |