Al Grant
Al Grant
Probably best to leave anything that's generating explicit barriers as DMB ISH. On Armv8 (including all AArch64) DMB ISHLD should be sufficient as an acquire barrier, but this might not...
This is 32-bit ARM, not AArch64.
Definitions have been clarified in csregisters.h, with two new pairs of tag macros. It's still unclear exactly how to use the claim tags or how much flexibility to allow.
I can't reproduce a bug here. There were a couple other issues with BAREMETAL, which I've now fixed. In particular BAREMETAL no longer tries to build the demo tools. These...
A device needs to be registered to CSAL with `cs_device_register` before it can be found with `cs_device_get`. I'd suggest you treat the board registration as example code only, and register...
If you mean turn trace data into a trace of instructions, then right now, your best options might be: - use the ETM packet decoder from https://github.com/Linaro/OpenCSD and build something...
PMU data for selected cores is now also available at https://gitlab.arm.com/telemetry-solution/telemetry-solution in a different JSON format which includes top-down metrics.
Yes, the schema is more general as there's information we want to communicate about events that isn't used by Linux perf. The idea is that a script could convert from...