Re: [Qemu-devel] [RFC PATCH 0/3] Fix UST backend for LTTng 2.x

2013-10-01 Thread Alex Bennée
mohamad.ge...@gmail.com writes: > These patches fix the UST backend which got broken by LTTng 2.x. > > An interesting new feature in LTTng 2.x is that tracepoints now need to belong > to a provider. A provider is a way to group tracepoints in a logical way, for > instance tracepoints that belong

[Qemu-devel] [RFC PATCH 0/3] Fix UST backend for LTTng 2.x

2013-09-30 Thread Mohamad Gebai
These patches fix the UST backend which got broken by LTTng 2.x. An interesting new feature in LTTng 2.x is that tracepoints now need to belong to a provider. A provider is a way to group tracepoints in a logical way, for instance tracepoints that belong to a specific file or subsystem. This would