babeltrace:stable-1.2

Last commit made on 2016-06-06
Get this branch:
git clone -b stable-1.2 https://git.launchpad.net/babeltrace

Branch merges

Branch information

Name:
stable-1.2
Repository:
lp:babeltrace

Recent commits

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

Update version to v1.2.6

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

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

Docs: change --clock-raw to --clock-cycles

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

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

Fix: out-of-tree dist fails to find test traces

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

99e3ffe... by Simon Marchi

Fix running tests out of tree

When building out of tree, make check fails because the "tests" file is
not found.

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

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

Update version to v1.2.5

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

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

Fix: Confusion between stream and stream class IDs

CTF Writer is using the stream id, which is really a "file id",
to populate the packet header. The packet header's id should
match a stream class declaration in the TSDL metadata file.

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

0d08ed2... by Mathieu Desnoyers

Fix: babeltrace-log packet seek

Packet seek has been removed from ctf helper headers somewhere around
Babeltrace 1.1. Since then, babeltrace-log is broken when it needs to
output a file larger than the fixed-sized packet (WRITE_PACKET_LEN
currently defined as (getpagesize() * 8 * CHAR_BIT).

Correctly handle the non-zero return values on ctf_align_pos() and
ctf_move_pos() on the dummy position copy, which are used to validate
whether we need to switch packet or not. Also add an initial packet seek
at the beginning of the file.

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

0068409... by Michael Jeanson <email address hidden>

Fix: make check in OOT build with absolute path

The previous patch fixed the out of tree build when the configure script
was called with a path relative to the builddir but still failed when
the path was absolute. This works with both.

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

fd6533c... by Michael Jeanson <email address hidden>

Fix: make check in out of tree build

Use the tracefiles from the source dir when running make check in an out
of tree builddir.

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

f84c13d... by Michael Jeanson <email address hidden>

Fix: 32bit values index_major/minor used as 64bit

This patch fixes compiler warnings on big endian architectures where
be64toh() is a nop and returns the original type.

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