diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index cfa641bc1df6eb5c57cfad2f41a24be1dad85a85..ea83b9754ab0bf3a0ca11a76bd79c65ce4fa5409 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -2243,9 +2243,7 @@ int symbol__tty_annotate2(struct symbol *sym, struct map *map, { struct dso *dso = map->dso; struct rb_root source_line = RB_ROOT; - struct annotation_options opts = { - .use_offset = true, - }; + struct annotation_options opts = annotation__default_options; if (symbol__annotate2(sym, map, evsel, &opts, NULL) < 0) return -1;