ARM-software / CSAL

Coresight Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs_pmu_bus_export should handle case where there is no bus

algrant-arm opened this issue · comments

Some cores just don't export an event bus, and in that case PMCR.X is RAZ/WI. Calling cs_pmu_bus_export to enable the bus should return an appropriate return code and not print a diagnostic message.

fixed