IVGCVSW-3971 Implement the Per-Job Counter Selection command handler
authorMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 11 Oct 2019 16:19:56 +0000 (17:19 +0100)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Mon, 14 Oct 2019 15:06:26 +0000 (16:06 +0100)
commit994b5349180b41849ee616fa4f0d3b94a928f48f
tree9e204588e3d6e997b46bd83ec935a33e32941e9c
parent53e469915bc6552c0d79cb6461512c7c1168ee2d
IVGCVSW-3971 Implement the Per-Job Counter Selection command handler

 * Added new PerJobCounterSelectionCommandHandler class
 * The new handler drops the incoming packet without altering the
   state of the profiling service
 * Added unit test

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: I2b1bb803318a9e6c438391a0985893eb412e7787
Android.mk
CMakeLists.txt
src/profiling/PerJobCounterSelectionCommandHandler.cpp [new file with mode: 0644]
src/profiling/PerJobCounterSelectionCommandHandler.hpp [new file with mode: 0644]
src/profiling/ProfilingService.hpp
src/profiling/test/ProfilingTests.cpp