Re: [lttng-dev] [PATCH lttng-ust 8/8] Support unloading of probe providers

2018-02-07 Thread Mathieu Desnoyers
- On Feb 2, 2018, at 2:48 PM, Francis Deslauriers francis.deslauri...@efficios.com wrote: > With this commit, it's now possible to dlclose() a library containing an > actively used probe provider. > > The destructor of such library will now iterate over all the sessions > and over all probe

[lttng-dev] [PATCH lttng-ust 8/8] Support unloading of probe providers

2018-02-02 Thread Francis Deslauriers
With this commit, it's now possible to dlclose() a library containing an actively used probe provider. The destructor of such library will now iterate over all the sessions and over all probe definitions to unregister them from the respective callsites in the process. Signed-off-by: Francis