[xray] A lightweight message passing interface (#5305)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 30 May 2019 03:24:23 +0000 (12:24 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 30 May 2019 03:24:23 +0000 (12:24 +0900)
commit05a3155d5debed40c5351e9bc639f0a842bea976
tree03246e0e52f3a083fd708cd1c93aa9f0b3364510
parent6d57a72a0afebccf1214cef67cc80c93637b069a
[xray] A lightweight message passing interface (#5305)

This commit introduces xray which implements a lightweight message
passing channel (based on weak symbol) for event trace.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/xray/CMakeLists.txt [new file with mode: 0644]
libs/xray/event/CMakeLists.txt [new file with mode: 0644]
libs/xray/event/include/xray/event.h [new file with mode: 0644]
libs/xray/event/include/xray/event_category.h [new file with mode: 0644]
libs/xray/event/include/xray/event_code.h [new file with mode: 0644]
libs/xray/mux/CMakeLists.txt [new file with mode: 0644]
libs/xray/mux/include/xray/mux.h [new file with mode: 0644]
libs/xray/mux/src/mux.cc [new file with mode: 0644]
libs/xray/pipe/CMakeLists.txt [new file with mode: 0644]
libs/xray/pipe/include/xray/pipe.h [new file with mode: 0644]