Re: [lttng-dev] [PATCH lttng-tools v2 1/4] Save registration time for app

2019-09-06 Thread Jérémie Galarneau
Merged in master and stable-2.11. Thanks! Jérémie On Tue, 13 Aug 2019 at 16:25, Jonathan Rajotte wrote: > > Reuse the registration time for path generation. > > Signed-off-by: Jonathan Rajotte > --- > src/bin/lttng-sessiond/ust-app.c | 7 +++ > src/bin/lttng-sessiond/ust-app.h | 5 + >

Re: [lttng-dev] [PATCH lttng-tools v2 1/4] Save registration time for app

2019-08-13 Thread Mathieu Desnoyers
Merged this patch as well in my dev branch, thanks, Mathieu - On Aug 13, 2019, at 4:25 PM, Jonathan Rajotte jonathan.rajotte-jul...@efficios.com wrote: > Reuse the registration time for path generation. > > Signed-off-by: Jonathan Rajotte > --- > src/bin/lttng-sessiond/ust-app.c | 7 +++--

[lttng-dev] [PATCH lttng-tools v2 1/4] Save registration time for app

2019-08-13 Thread Jonathan Rajotte
Reuse the registration time for path generation. Signed-off-by: Jonathan Rajotte --- src/bin/lttng-sessiond/ust-app.c | 7 +++ src/bin/lttng-sessiond/ust-app.h | 5 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/