fwk/trace: Add tracing mechanism
Similar to fwk Timer adding a fwk trace mechanism. Which depends on trace driver that should be provided by product.
The driver should provide functions to
- Get trace count which get current timestamp or cycle from the start.
- Report trace entry which dumps the entry data.
Signed-off-by: Mohamed Omar Asaker mohamed.omarasaker@arm.com