cs_pmu_bus_export should handle case where there is no bus
algrant-arm opened this issue · 1 comments
algrant-arm commented
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.
algrant-arm commented
fixed