Re: [lttng-dev] Instrumenting a Shared Object

2015-08-19 Thread Brian Robbins
Hi Jérémie, Thank you very much. That helps a bunch. I think in general, we can make some guarantees around when tracepoints are no-longer called, so we should just be able to dlclose liblttng-ust after that point. Mathieu – if you have any additional advice, that would be great. Thank you m

[lttng-dev] [PATCH lttng-tools] Fix: return valid domain flag options on missing/invalid domain flag error

2015-08-19 Thread Jonathan Rajotte
Fixes: 905 Signed-off-by: Jonathan Rajotte --- src/bin/lttng/commands/disable_events.c | 2 +- src/bin/lttng/commands/enable_events.c | 4 ++-- src/bin/lttng/utils.h | 8 +++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/bin/lttng/commands/disable_ev

[lttng-dev] [BABELTRACE PATCH 2/2] Output a warning if packets are lost

2015-08-19 Thread Julien Desfossez
Depends on the packet_seq_num fields available in the CTF index v1.1 (produced by LTTng 2.8). Same limitation as the events discarded information: if a stream is split in multiple files, the counters might not report the appropriate information for now. Signed-off-by: Julien Desfossez --- format

[lttng-dev] [BABELTRACE PATCH 1/2] Support ctf index version 1.1

2015-08-19 Thread Julien Desfossez
Produced by LTTng as of 2.8 (no compatibility breakage with 1.0) Signed-off-by: Julien Desfossez --- formats/ctf/ctf.c | 10 +- include/babeltrace/ctf/ctf-index.h | 5 - include/babeltrace/ctf/types.h | 3 +++ 3 files changed, 16 insertions(+), 2 deletions(-)