lttng-tools:stable-2.7

Last commit made on 2016-12-01
Get this branch:
git clone -b stable-2.7 https://git.launchpad.net/lttng-tools

Branch merges

Branch information

Name:
stable-2.7
Repository:
lp:lttng-tools

Recent commits

e47357f... by =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?= <email address hidden>

Update version to v2.7.6

Signed-off-by: Jérémie Galarneau <email address hidden>

6fff952... by Francis Deslauriers <email address hidden>

Fix: test cases now rely on explicit workloads

Run a process explicitly in the tracing session to generate the enabled events
rather than relying on the events generated by the lttng CLI.

Signed-off-by: Francis Deslauriers <email address hidden>
Signed-off-by: Jérémie Galarneau <email address hidden>

b929b5b... by Anders Wallin <email address hidden>

Add version info to lttng-relayd help

lttng-relayd man pages states that the option
-V --version is available, but it it's missing in the code

Signed-off-by: Anders Wallin <email address hidden>
Signed-off-by: Jérémie Galarneau <email address hidden>

25c6294... by =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?= <email address hidden>

Fix: stop sessiond threads on health thread error

Signed-off-by: Jérémie Galarneau <email address hidden>

8d2bbe5... by =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?= <email address hidden>

Fix: stop lttng-relayd threads on health thread error

The lttng-relayd health thread may fail to initialize for
a variety of reason (notably, a too long unix domain socket
address), which will cause it to never notify that it is
ready.

In such circumstances, the lttng-relayd command, in background or
daemonize mode, will never return as the daemon's "readyness"
will never be signaled.

Signed-off-by: Jérémie Galarneau <email address hidden>

0a09ade... by =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?= <email address hidden>

Fix: report an error if unix socket address is too long

Signed-off-by: Jérémie Galarneau <email address hidden>

329e5fc... by Jonathan Rajotte

Fix: save: leak of configuration file fd

Signed-off-by: Jonathan Rajotte <email address hidden>
Signed-off-by: Jérémie Galarneau <email address hidden>

509a725... by =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?= <email address hidden>

Update version to v2.7.5

Signed-off-by: Jérémie Galarneau <email address hidden>

b24ef19... by =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?= <email address hidden>

Fix: check for a session daemon before running load command

Signed-off-by: Jérémie Galarneau <email address hidden>

8251062... by Jonathan Rajotte

Fix: report truncation on snprintf

Signed-off-by: Jonathan Rajotte <email address hidden>
Signed-off-by: Jérémie Galarneau <email address hidden>