IVGCVSW-4542 Refactor TimelineDecoder parsing of TimelinePackets
authorKeith Davis <keith.davis@arm.com>
Wed, 11 Mar 2020 12:17:05 +0000 (12:17 +0000)
committerJim Flynn <jim.flynn@arm.com>
Wed, 11 Mar 2020 17:42:33 +0000 (17:42 +0000)
commit5238aff21baf0b35c36ab0cc72c7a46888e3bd08
tree531ab960cd38b4255d6537393dbe8adf1d9ffb26
parentf3a43238858a91bbd3719efc5ae6e1a3992b2d23
IVGCVSW-4542 Refactor TimelineDecoder parsing of TimelinePackets

 * Added test to add multiple SwTraceMessages to the buffer
 * Updated TimelineCaptureCommandHandler to iterate until there
   are no more read functions in the packet
 * Further commenting

Change-Id: I41d5acf4f7288ce5a51ffd10a5eea335ac3026ec
Signed-off-by: Keith Davis <keith.davis@arm.com>
src/profiling/ProfilingUtils.hpp
src/profiling/SendTimelinePacket.hpp
src/timelineDecoder/TimelineCaptureCommandHandler.cpp
src/timelineDecoder/TimelineCaptureCommandHandler.hpp
src/timelineDecoder/tests/TimelineTests.cpp