Add interpret results output into custom stream. master
authorMikhail Kurinnoi <m.kurinnoi@samsung.com>
Wed, 6 Feb 2019 08:59:03 +0000 (11:59 +0300)
committerAlexander Soldatov/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 <soldatov.a@samsung.com>
Thu, 7 Feb 2019 17:23:46 +0000 (20:23 +0300)
commit76e5908d8abb7f45395463b5b04fb46a6caf3963
treeba41a9a4b05c83e4c162b6bceea56891d67d8913
parent6cdf0c4611de3a44cd2a49049924ee80687ee96b
Add interpret results output into custom stream.

In this commit we reuse same output stream interface as for
heaptrack output stream. In this way, we could route interpret
output into stdout(default)/stderr/socket/file.
src/interpret/CMakeLists.txt
src/interpret/heaptrack_interpret.cpp
src/track/libheaptrack.cpp