]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf annotate: Rename symbol__annotate() to symbol__disassemble()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 Jul 2016 19:44:56 +0000 (16:44 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Aug 2016 20:06:46 +0000 (17:06 -0300)
commit5cb725a9723aebb248106ff7f8c6c7253b24bbb1
tree0196bf479c598964a6466cd5efed2e8744645094
parentce92834407a465c25c0be1a4a0339c625e44c4db
perf annotate: Rename symbol__annotate() to symbol__disassemble()

This function will not annotate anything, it will just disassembly the
given map->dso and symbol.

It currently does this by parsing the output of 'objdump --disassemble',
but this could conceivably be done using a library or an offshot of
the kernel's instruction decoder (arch/x86/lib/inat.c), etc.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-2xpfl4bfnrd6x584b390qok7@git.kernel.org
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