perf annotate: Pass struct annotation_options to symbol__calc_lines()
authorJiri Olsa <jolsa@kernel.org>
Sat, 4 Aug 2018 13:05:14 +0000 (15:05 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Aug 2018 18:55:50 +0000 (15:55 -0300)
commitc849c12cf344e4b99dbf98df642b622b6c91bbfd
treedc151919f7f828d2aad278c04ceb675f2feffd5f
parent796ca33d5ceb621f238021c34cff8cfaa1100623
perf annotate: Pass struct annotation_options to symbol__calc_lines()

Pass struct annotation_options to symbol__calc_lines(), to carry on and
pass the percent_type value.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/20180804130521.11408-14-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c