IVGCVSW-3693 Implement SendCounterPacket.SendPeriodicCounterSelectionPacket() function
authorFerran Balaguer <ferran.balaguer@arm.com>
Mon, 2 Sep 2019 15:39:42 +0000 (16:39 +0100)
committerFerran Balaguer Arm <ferran.balaguer@arm.com>
Tue, 3 Sep 2019 12:31:08 +0000 (12:31 +0000)
commit7388217c07ccbd387d3bcfbde76cca744c4fd6fe
tree5967ab190d339adb54ceaedf10a75455ba0eed5b
parentaf5c46bde858e88392214be41361588c1ebee5f0
IVGCVSW-3693 Implement SendCounterPacket.SendPeriodicCounterSelectionPacket() function

Signed-off-by: Ferran Balaguer <ferran.balaguer@arm.com>
Change-Id: Ib034a4f5ca589759d925e3dd0ca50e5a3dfa74c5
CMakeLists.txt
src/profiling/ProfilingUtils.cpp [new file with mode: 0644]
src/profiling/ProfilingUtils.hpp [new file with mode: 0644]
src/profiling/SendCounterPacket.cpp [new file with mode: 0644]
src/profiling/SendCounterPacket.hpp [new file with mode: 0644]
src/profiling/test/SendCounterPacketTests.cpp