Skip to content

lisa.trace: Make event namespaces simple prefixes

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000005 into main

BREAKING CHANGE

Event names were previously constructed with f"{namespace}__{event}". This commit changes it to f"{namespace}{event}" to allow using namespaces in more circumstances.

Merge request reports