IVGCVSW-3989 Create the Counter Directory Decoder
authorFinn Williams <Finn.Williams@arm.com>
Tue, 15 Oct 2019 13:22:13 +0000 (14:22 +0100)
committerJim Flynn Arm <jim.flynn@arm.com>
Mon, 21 Oct 2019 16:52:03 +0000 (16:52 +0000)
commit15db745d59a796fd05e3bb5a8b735f25710bdf22
tree01e5e320bd92cb152464adb82c02e3b37342b571
parent422f2fb6c7ef13e48124991af6f27e78934b8ece
IVGCVSW-3989 Create the Counter Directory Decoder

Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Change-Id: If388e60434eae39d82b639d2275680679963624c
12 files changed:
CMakeLists.txt
tests/profiling/gatordmock/CommandFileParser.cpp
tests/profiling/gatordmock/CounterDirectory.hpp [new file with mode: 0644]
tests/profiling/gatordmock/DirectoryCaptureCommandHandler.cpp [new file with mode: 0644]
tests/profiling/gatordmock/DirectoryCaptureCommandHandler.hpp [new file with mode: 0644]
tests/profiling/gatordmock/GatordMockMain.cpp
tests/profiling/gatordmock/GatordMockService.cpp
tests/profiling/gatordmock/GatordMockService.hpp
tests/profiling/gatordmock/MockUtils.cpp [new file with mode: 0644]
tests/profiling/gatordmock/MockUtils.hpp [new file with mode: 0644]
tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp
tests/profiling/gatordmock/tests/GatordMockTests.cpp