IVGCVSW-4072 Add stream header to Timeline Message Directory packet
authorMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 6 Nov 2019 15:30:54 +0000 (15:30 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 15 Nov 2019 15:12:45 +0000 (15:12 +0000)
commit34a407d4a95830ff9fad05e2bff34dcfc631c931
treeff8673a7ea0ffa493885017400a3ea543fce96f9
parent30db8ad8b15e5d0e94ae2ff64c246350885c4b6b
IVGCVSW-4072 Add stream header to Timeline Message Directory packet

 * Refactored the WriteTimelineMessageDirectoryPacket function
 * Added the stream header to the packet
 * Updated decoders/parsers
 * Updated unit tests accordingly
 * Minor refactoring

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: I58f15fde54adc6414ca9fd5fb8d6157cad867339
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/test/SendTimelinePacketTests.cpp
src/profiling/test/TimelinePacketTests.cpp
tests/profiling/timelineDecoder/TimelineDirectoryCaptureCommandHandler.cpp
tests/profiling/timelineDecoder/TimelineDirectoryCaptureCommandHandler.hpp
tests/profiling/timelineDecoder/tests/TimelineTests.cpp