perf annotate browser: Use samples data from struct annotation_line
authorJiri Olsa <jolsa@kernel.org>
Wed, 11 Oct 2017 15:01:48 +0000 (17:01 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 16 Nov 2017 17:49:45 +0000 (14:49 -0300)
commit3ab6db8d0f3b19b93a8de25e3b7ab5fdaac47679
treee547542a8648315f88bdc3d38ab9cc9f787707a2
parent29971f9a82a5d005b37d65fbb73edaf9073279b0
perf annotate browser: Use samples data from struct annotation_line

We now carry the data in 'struct annotation_line', so using it instead
of samples from 'struct browser_disasm_line' and removing it and its
setup.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20171011150158.11895-26-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/annotate.c