lttng-tools:stable-2.3

Last commit made on 2014-07-10
Get this branch:
git clone -b stable-2.3 https://git.launchpad.net/lttng-tools

Branch merges

Branch information

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

Recent commits

f9f2ab0... by David Goulet

Fix: add a get HOME dir fallback to getpwuid

If the $HOME or $LTTNG_HOME is not defined, fallback on getpwuid(3) of
the process uid.

Fixes #815

Signed-off-by: David Goulet <email address hidden>

a5a2d0c... by David Goulet

Fix: don't set enabled flag is session start fails

The "started" var. is changed to the flag "has_been_started" indicating
if at least ONE start command has been seen.

The "enabled" var. is changed to the flag "active" and the semantic is
the same.

Backported from master.

Signed-off-by: David Goulet <email address hidden>

Fixes #801

Conflicts:
 src/bin/lttng-sessiond/cmd.c

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

Fix: check malloc return value

Signed-off-by: David Goulet <email address hidden>

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

Fix: static array larger than necessary

The longest string that can be returned should be 20 chars long, as per
the comment.

Signed-off-by: David Goulet <email address hidden>

b747c30... by David Goulet

Fix: set session in output mode if URL are set afterwards

Fixes #809

Signed-off-by: David Goulet <email address hidden>

83a1318... by Francis Deslauriers <email address hidden>

Fix: Add vpid, vppid and vtid info in add-context help

Acked-by: Mathieu Desnoyers <email address hidden>
Signed-off-by: Francis Deslauriers <email address hidden>
Signed-off-by: David Goulet <email address hidden>

e75c3b3... by David Goulet

Fix: possible use after free in consumer

Fixes the coverity issue 1019959.

Signed-off-by: David Goulet <email address hidden>

1124da5... by David Goulet

Fix: deny overwrite mode and num subbuf less than 2

Also fixed in UST and modules with commit:

(modules) 5140d2b3070f211e6d8a0ad7cb0a190e8b6f3e28
(ust) 3d8e9399b2fb9000b3b55e488a7d04184b5bb56e

Fixes #793

Signed-off-by: David Goulet <email address hidden>

cc9a657... by David Goulet

Fix: handle ENOENT when creating a kernel event

The kernel tracer returns ENOENT if an event is not found thus warn the
user of that.

Fixes #761

Signed-off-by: David Goulet <email address hidden>

57d3d37... by David Goulet

Fix: incorrect printf format

Fixes #777

Signed-off-by: David Goulet <email address hidden>