]> asedeno.scripts.mit.edu Git - linux.git/commit
perf annotate: No need to calculate notes->start twice
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Mar 2018 14:03:30 +0000 (11:03 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Mar 2018 15:53:43 +0000 (12:53 -0300)
commit425859ff0de33a2362bec2a2c7ca486f87c13100
tree1ef9871404ea23cb97deef2e5370f4a119b8f9c3
parentd9bd766584491dbb6f96c85a27562eb1289b2ca9
perf annotate: No need to calculate notes->start twice

Since we already set notes->start to map__rip_2objdump(map, sym->start)
in symbol__annotate2(), no need to calculate that address again in
symbol__calc_lines(), just use notes->start.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-ycxlg8mm5ueuj21w6gi62l7g@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c