-
1845418...
by
Jérémie Galarneau <email address hidden>
on 2016-06-06
-
Update version to v1.2.6
Signed-off-by: Jérémie Galarneau <email address hidden>
-
96eda45...
by
Jérémie Galarneau <email address hidden>
on 2016-05-25
-
Docs: change --clock-raw to --clock-cycles
Signed-off-by: Jérémie Galarneau <email address hidden>
-
32bded6...
by
Jérémie Galarneau <email address hidden>
on 2015-02-20
-
Fix: out-of-tree dist fails to find test traces
Signed-off-by: Jérémie Galarneau <email address hidden>
-
99e3ffe...
by
Simon Marchi
on 2015-02-14
-
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
Jérémie Galarneau <email address hidden>
on 2015-11-10
-
Update version to v1.2.5
Signed-off-by: Jérémie Galarneau <email address hidden>
-
c9b084f...
by
Jérémie Galarneau <email address hidden>
on 2015-11-10
-
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
on 2015-10-13
-
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>
on 2015-09-04
-
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>
on 2015-09-03
-
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>
on 2015-08-18
-
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>