Commit 1f7393a
committed
perf disasm: Define stubs for the LLVM and capstone disassemblers
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 <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Aditya Bodkhe <[email protected]>
Cc: Athira Rajeev <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Masami Hiramatsu (Google) <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Steinar H. Gunderson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Applied fixes from Masami Hiramatsu and Aditya Bodkhe for when capstone devel files are not available ]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/173145729034.2747044.453926054000880254.stgit@mhiramat.roam.corp.google.com
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>1 parent 4c1d8f0 commit 1f7393a
1 file changed
+35
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1424 | 1424 | | |
1425 | 1425 | | |
1426 | 1426 | | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
1427 | 1436 | | |
1428 | 1437 | | |
1429 | 1438 | | |
| |||
1715 | 1724 | | |
1716 | 1725 | | |
1717 | 1726 | | |
1718 | | - | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
1719 | 1742 | | |
1720 | 1743 | | |
1721 | 1744 | | |
| |||
1983 | 2006 | | |
1984 | 2007 | | |
1985 | 2008 | | |
1986 | | - | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
1987 | 2017 | | |
1988 | 2018 | | |
1989 | 2019 | | |
| |||
2242 | 2272 | | |
2243 | 2273 | | |
2244 | 2274 | | |
2245 | | - | |
| 2275 | + | |
2246 | 2276 | | |
2247 | 2277 | | |
2248 | 2278 | | |
2249 | | - | |
2250 | 2279 | | |
2251 | 2280 | | |
2252 | 2281 | | |
2253 | | - | |
2254 | 2282 | | |
2255 | 2283 | | |
2256 | 2284 | | |
2257 | | - | |
2258 | | - | |
| 2285 | + | |
2259 | 2286 | | |
2260 | 2287 | | |
2261 | 2288 | | |
2262 | | - | |
| 2289 | + | |
2263 | 2290 | | |
2264 | 2291 | | |
2265 | 2292 | | |
| |||
0 commit comments