From mboxrd@z Thu Jan 1 00:00:00 1970 From: nolange79@gmail.com (Norbert Lange) Date: Tue, 7 Aug 2018 00:42:11 +0200 Subject: [lttng-dev] Using lttng for traces and (in-process) logging Message-ID: Hello, since lttng would make for a decent logger, is it possible to create a own tracepoint provider and channel and acess it in the very same process thats traced? the log entries would need to be accessible directly to support some existing schemes for manipulating (interpolating to a different clock-source), forwarding and storing them. eg. I would like to access the logs and other traces with the normal lttng tools, but also be able to get a copy of the logs directly from the process generating them.