lp:~roguescholar/babeltrace/+git/github

Owned by Peter J. Mello
Get this repository:
git clone https://git.launchpad.net/~roguescholar/babeltrace/+git/github

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/efficios/babeltrace.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
stable-2.1 2025-09-12 14:51:47 UTC
misc: Bump clang-format version to 19

Author: Kienan Stewart
Author Date: 2025-09-04 13:48:05 UTC

misc: Bump clang-format version to 19

Change-Id: Iea0436b9c2db45f3e518eae34142365c642d18c2
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/15207
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
(cherry picked from commit 635a7c3c3287a63e3fa4b72c77353c9870442090)
Reviewed-on: https://review.lttng.org/c/babeltrace/+/15243
Tested-by: jenkins <jenkins@lttng.org>
CI-Build: Simon Marchi <simon.marchi@efficios.com>

master 2025-09-05 21:37:08 UTC
misc: Bump clang-format version to 19

Author: Kienan Stewart
Author Date: 2025-09-04 13:48:05 UTC

misc: Bump clang-format version to 19

Change-Id: Iea0436b9c2db45f3e518eae34142365c642d18c2
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/15207
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>

stable-2.0 2025-07-22 20:24:42 UTC
Update working version to Babeltrace v2.0.8

Author: =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?=
Author Date: 2025-07-22 20:24:42 UTC

Update working version to Babeltrace v2.0.8

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

src-ctf-lttng-archive 2024-07-19 11:56:28 UTC
Add `laurence.py`, a directory size monitoring daemon for LTTng archives

Author: .eepp
Author Date: 2024-07-02 13:51:49 UTC

Add `laurence.py`, a directory size monitoring daemon for LTTng archives

`laurence.py` is a program which accepts, in this command-line order:

1. An LTTng recording session name.
2. A maximum size (MS) in MiB.

`laurence.py` monitors the total size TS of the output directory of the
targeted LTTng recording session and:

If TS > MS:
    Pauses the data consumption (`lttng pause` command) for the targeted
    recording session.

Otherwise:
    Resumes the data consumption (`lttng resume` command) for the
    targeted recording session.

`laurence.py` runs the `lttng` CLI tool directly, therefore it must
be available.

Usage example:

    $ python3 laurence.py my-session 256

`laurence.py` also accepts a `--log-level` option to set its logging
level (see `--help` to learn more), for example:

    $ python3 laurence.py my-session 256 --log-level=error

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I5e097446283cb25361f240f9c44d18d0fa82f4bd

stable-1.5 2022-11-02 15:07:48 UTC
Update version to v1.5.11

Author: =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?=
Author Date: 2022-11-02 15:07:48 UTC

Update version to v1.5.11

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

stable-1.4 2018-02-20 19:15:58 UTC
Propagate error from packet_seek in case of truncated packet

Author: Jonathan Rajotte
Author Date: 2018-02-07 22:52:05 UTC

Propagate error from packet_seek in case of truncated packet

Report the error all the way up allowing users/scripts to perform error
detection and act on it.

Print to stderr the truncated packet information for easier
identification.

Introduce bt_packet_seek_error enum for specific error handling.

Use the ERANGE errno for error propagation inside bt_iter_next and
ctf_read_event.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

stable-1.2 2016-06-06 20:08:10 UTC
Update version to v1.2.6

Author: =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?=
Author Date: 2016-06-06 20:08:10 UTC

Update version to v1.2.6

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

stable-1.3 2016-06-06 19:33:30 UTC
Update version to v1.3.3

Author: =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau?=
Author Date: 2016-06-06 19:33:30 UTC

Update version to v1.3.3

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

stable-1.1 2015-01-16 16:32:19 UTC
Fix: missing parenthesis in offset_align_floor

Author: Mathieu Desnoyers
Author Date: 2015-01-16 16:30:44 UTC

Fix: missing parenthesis in offset_align_floor

Is currently unused. Triggers a compile error when used.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

stable-1.0 2013-10-08 21:36:16 UTC
gcc warning fix: -Wextra

Author: Mathieu Desnoyers
Author Date: 2013-10-08 21:33:55 UTC

gcc warning fix: -Wextra

For the "ordered comparison of pointer with integer zero" warning, fix
this by comparing (type) -1 against (type) 0 instead of just 0, so if
"type" is a pointer type, this pointer type will be applied to the right
operand too, thus fixing the warning.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

110 of 10 results
This repository contains Public information 
Everyone can see this information.

Subscribers

No subscribers.