]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf disasm: Introduce symbol__disassemble_objdump()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Nov 2024 15:17:32 +0000 (12:17 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Nov 2024 17:26:37 +0000 (14:26 -0300)
commit4c1d8f0547363893bc3b7755aa90755bfd89e2ed
tree555774ecbf9fbead62e3cedb5a5ace92454f8ef1
parentddbfb6f20c1b7a8b111e2194fff767cea032d491
perf disasm: Introduce symbol__disassemble_objdump()

With the first disassemble method in perf, the parsing of objdump
output, just like we have for llvm and capstone.

This paves the way to allow the user to specify what disassemblers are
preferred and to also to at some point allow building without the
objdump method.

Acked-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Steinar H. Gunderson <sesse@google.com>
Link: https://lore.kernel.org/r/20241111151734.1018476-2-acme@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/disasm.c