]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf annotate: Return arch from symbol__disassemble() and save it in browser
authorJin Yao <yao.jin@linux.intel.com>
Mon, 19 Jun 2017 02:55:56 +0000 (10:55 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 19 Jun 2017 18:27:09 +0000 (15:27 -0300)
commitdcaa394807ac219d8597d25bad3fe1bc6c86123b
tree50d0d72c558e8b114f1efde8d86dc0afa0113718
parentd3cef7fe5151eabcd97ad8f9e595ec55f6ffb318
perf annotate: Return arch from symbol__disassemble() and save it in browser

In annotate browser, we will add support to check fused instructions.
While this is x86-specific feature so we need the annotate browser to
know what the arch it runs on.

symbol__disassemble() has figured out the arch. This patch just lets the
arch return from symbol__disassemble and save the arch in annotate
browser.

Signed-off-by: Yao Jin <yao.jin@linux.intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1497840958-4759-2-git-send-email-yao.jin@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c
tools/perf/ui/browsers/annotate.c
tools/perf/ui/gtk/annotate.c
tools/perf/util/annotate.c
tools/perf/util/annotate.h