commit | 4fac8418696b04da90c3e437b98f99d8240a3aee | [log] [tgz] |
---|---|---|
author | François Delawarde <fnde@oticon.com> | Wed Jan 30 08:19:24 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 01 08:56:02 2019 -0500 |
tree | addf9b50039c7148978ddfaa94f5dcde6470dc3b | |
parent | 43c41d94ead8e5de59da5c72e5e0c9c25ad4328a [diff] |
debug: CTF Tracing with POSIX backend This commit implements a CTF-backend for Zephyr's tracing API. The CTF-backend itself is split in a middle-layer and a bottom-layer. - Middle-layer decides the payload in event transactions, - Bottom-layer implements the IO transport. A simple POSIX bottom-layer is provided so far. Signed-off-by: François Delawarde <fnde@oticon.com>