Commit 19af800
Jakub Brnak
perf disasm: Define stubs for the LLVM and capstone disassemblers
JIRA: https://issues.redhat.com/browse/RHEL-83785
upstream
========
commit 1f7393a
Author: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Mon Nov 11 12:17:33 2024 -0300
description
===========
This reduces the number of ifdefs in the main symbol__disassemble()
method and paves the way for allowing the user to configure the
disassemblers of preference.
Acked-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Aditya Bodkhe <Aditya.Bodkhe1@ibm.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Steinar H. Gunderson <sesse@google.com>
Link: https://lore.kernel.org/r/20241111151734.1018476-3-acme@kernel.org
[ Applied fixes from Masami Hiramatsu and Aditya Bodkhe for when capstone devel files are not available ]
Link: https://lore.kernel.org/r/B78FB6DF-24E9-4A3C-91C9-535765EC0E2A@ibm.com
Link: https://lore.kernel.org/r/173145729034.2747044.453926054000880254.stgit@mhiramat.roam.corp.google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Jakub Brnak <jbrnak@redhat.com>1 parent 76c30e1 commit 19af800
1 file changed
+35
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1423 | 1423 | | |
1424 | 1424 | | |
1425 | 1425 | | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
1426 | 1435 | | |
1427 | 1436 | | |
1428 | 1437 | | |
| |||
1723 | 1732 | | |
1724 | 1733 | | |
1725 | 1734 | | |
1726 | | - | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
1727 | 1750 | | |
1728 | 1751 | | |
1729 | 1752 | | |
| |||
1991 | 2014 | | |
1992 | 2015 | | |
1993 | 2016 | | |
1994 | | - | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
1995 | 2025 | | |
1996 | 2026 | | |
1997 | 2027 | | |
| |||
2250 | 2280 | | |
2251 | 2281 | | |
2252 | 2282 | | |
2253 | | - | |
| 2283 | + | |
2254 | 2284 | | |
2255 | 2285 | | |
2256 | 2286 | | |
2257 | | - | |
2258 | 2287 | | |
2259 | 2288 | | |
2260 | 2289 | | |
2261 | | - | |
2262 | 2290 | | |
2263 | 2291 | | |
2264 | 2292 | | |
2265 | | - | |
2266 | | - | |
| 2293 | + | |
2267 | 2294 | | |
2268 | 2295 | | |
2269 | 2296 | | |
2270 | | - | |
| 2297 | + | |
2271 | 2298 | | |
2272 | 2299 | | |
2273 | 2300 | | |
| |||
0 commit comments