tracing/signal: Use explicit conversion instead of vague downcast
The trace event framework, at this point, lacks support for capabilities as there is no way to properly output those when logging events, and casting a user pointer to a type that cannot actually hold a CHERI capability brings its own issues, so, for the time being, use user_ptr_addr to extract the address from a user pointer of interest. Tested-by:Zachary Leaf <zachary.leaf@arm.com> Signed-off-by:
Beata Michalska <beata.michalska@arm.com>