OpenCSD
OpenCSD copied to clipboard
CoreSight trace stream decoder developed openly
It's recommended by [email protected] in https://lore.kernel.org/lkml/[email protected]/T/#m2f0bbae481bf8984474fcf73fd28988e2bbdd917. create_llvm_prof prefer to use extbinary format to support FSAFDO, which can provide better performance improvement: $ create_llvm_prof --binary= --profile= --format=extbinary --out=
Recent changes to LLVM libc++ discovered missing #includes. This code is using strtol and getenv, so it needs to include `` or `` - whichever is more consistent with the...
Armv8.1-M adds some new direct branch instructions. This commit adds support for parsing WLS, WLSTP, LE, and LETP instructions. The branch future (BF) family of instructions is not handled by...
For decoding ETM with thumb mode, we should also update the `m_last_IS` value from the instruction decoder. Otherwise, the decoded ISA might be incorrect when handling the later context/atom element....