lttng-ust:stable-2.6

Last commit made on 2016-05-20
Get this branch:
git clone -b stable-2.6 https://git.launchpad.net/lttng-ust

Branch merges

Branch information

Name:
stable-2.6
Repository:
lp:lttng-ust

Recent commits

92bfe34... by Mathieu Desnoyers

Version 2.6.7

Signed-off-by: Mathieu Desnoyers <email address hidden>

f56a7ab... by Mathieu Desnoyers

Print DBG() message about compiler weak hidden symbol behavior

Signed-off-by: Mathieu Desnoyers <email address hidden>

5c67b05... by Mathieu Desnoyers

Documentation: ring buffer: SWITCH_FLUSH can be used when active

Snapshot mode tracing may use SWITCH_FLUSH while tracing is active.

Signed-off-by: Mathieu Desnoyers <email address hidden>

6a57ced... by Mathieu Desnoyers

Fix: unchecked return value in trace_clock_read64_monotonic

Signed-off-by: Mathieu Desnoyers <email address hidden>

364e7df... by Mathieu Desnoyers

Fix: Java agent should use LTTNG_HOME

Both in UST C/C++ support and Python agent, LTTNG_HOME can be used to
override HOME for lttng-ust. Ensure the Java agent has the same
behavior.

Fixes: #881

Signed-off-by: Mathieu Desnoyers <email address hidden>

6018b6a... by Mathieu Desnoyers

Fix: examples make distcheck failure

"make distcheck" marks each source file on the srcdir in the extracted
dist tarball read-only. The examples copy from the srcdir into the
builddir before running the "make" examples, but this keeps the
read-only flag on the builddir directories, which fails the build
because the resulting objects cannot be created.

Fix this by ensuring the copied target directory for each example is
user-writeable.

Fixes: #903

Signed-off-by: Mathieu Desnoyers <email address hidden>

816f2fd... by Mathieu Desnoyers

Fix: endianness of integers received by filter

We need to byteswap integers passed to the filter when they are tagged
as being in an endianness which differs from the architecture
endianness, so the integer comparisons make sense in terms of value
rather than raw bytes for those fields.

Signed-off-by: Mathieu Desnoyers <email address hidden>

743dc9e... by Mathieu Desnoyers

Version 2.6.6

Signed-off-by: Mathieu Desnoyers <email address hidden>

b4e223d... by Mathieu Desnoyers

Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC

It causes stack corruption in the tracepoint event probes.

Signed-off-by: Mathieu Desnoyers <email address hidden>

6249c09... by Mathieu Desnoyers

Version 2.6.5

Signed-off-by: Mathieu Desnoyers <email address hidden>