IVGCVSW-3580: Extend the IProfilingConnection to connect to a Socket
authorTeresa Charlin <teresa.charlinreyes@arm.com>
Fri, 6 Sep 2019 11:28:35 +0000 (12:28 +0100)
committerTeresa Charlin <teresa.charlinreyes@arm.com>
Thu, 12 Sep 2019 12:39:49 +0000 (12:39 +0000)
commit9bab49686a091d61fd06a05bbf7286f559fdae3d
tree9a56bcbc3268c4f4792583aaccbdff4af688d4d3
parent0280785b00cd84f14249d3545a15b93627acf57b
IVGCVSW-3580: Extend the IProfilingConnection to connect to a Socket

Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Signed-off-by: Aron Virginas-Tar <aron.virginas-tar@arm.com>
Change-Id: I72e099ee00052f7a0907c055c7bff02c7d8fde86
CMakeLists.txt
src/profiling/SocketProfilingConnection.cpp [new file with mode: 0644]
src/profiling/SocketProfilingConnection.hpp [new file with mode: 0644]
src/profiling/test/ProfilingTests.cpp