IVGCVSW-4002 Add FamilyId to CommandHandlerKey
authorJim Flynn <jim.flynn@arm.com>
Thu, 17 Oct 2019 16:37:10 +0000 (17:37 +0100)
committerJim Flynn <jim.flynn@arm.com>
Fri, 18 Oct 2019 08:58:17 +0000 (09:58 +0100)
commit397043fa3d900430e9e0f6d328b76898f9613388
treedc2cfbcff1a098881d05a97c3d96f4e902575953
parent9ea7700bde128f2601d5b7d8849e96c0a08e15c6
IVGCVSW-4002 Add FamilyId to CommandHandlerKey

Change-Id: I0bb0bf77da2bcd7f4746078c4ccee9acc98638a7
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
18 files changed:
src/profiling/CommandHandler.cpp
src/profiling/CommandHandlerFunctor.cpp
src/profiling/CommandHandlerFunctor.hpp
src/profiling/CommandHandlerKey.cpp
src/profiling/CommandHandlerKey.hpp
src/profiling/CommandHandlerRegistry.cpp
src/profiling/CommandHandlerRegistry.hpp
src/profiling/ConnectionAcknowledgedCommandHandler.hpp
src/profiling/PerJobCounterSelectionCommandHandler.hpp
src/profiling/PeriodicCounterSelectionCommandHandler.hpp
src/profiling/ProfilingService.hpp
src/profiling/RequestCounterDirectoryCommandHandler.hpp
src/profiling/test/ProfilingTests.cpp
tests/profiling/gatordmock/GatordMockMain.cpp
tests/profiling/gatordmock/GatordMockService.cpp
tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp
tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
tests/profiling/gatordmock/tests/GatordMockTests.cpp