[lttng-dev] CTF writer in Java

2019-05-06 Thread Lea Brunschwig
Hello, I am working on a Java API that permits to create UML state machine and to run them. I have created a Java interface allowing to implement customizable trace for this tool: the user can implement its own way to gather information from the execution for instance print in the console via

Re: [lttng-dev] CTF writer in Java

2019-05-06 Thread Jonathan Rajotte-Julien
Hi Lea, On Mon, May 06, 2019 at 01:40:00PM +0200, Lea Brunschwig wrote: > Hello, > > I am working on a Java API that permits to create UML state machine and to run > them. I have created a Java interface allowing to implement customizable trace > for this tool: the user can implement its own way

[lttng-dev] [RELEASE] Userspace RCU 0.11

2019-05-06 Thread Mathieu Desnoyers
Hi, This is a 0.11 release of the Userspace RCU project. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiple copies of a given data structure to