babeltrace icon indicating copy to clipboard operation
babeltrace copied to clipboard

Babeltrace /ˈbæbəltreɪs/ is an open-source trace manipulation toolkit.

Results 13 babeltrace issues
Sort by recently updated
recently updated
newest added

This patch restores the behavior of babeltrace2 to that of babeltrace1.5 regarding the handling of ctf_sequence_text and ctf_array_text. The original bytes/length provided during tracing are reflected in the resulting string...

gentoo bug: https://bugs.gentoo.org/777444 Note: * This PR is based against the `stable-1.5` branch. * The current `master` branch is not affected. * Gentoo still ships Babletrace 1 and does not...

These two functions are useful when you want to write a custom CTF analyzer using libbacktrace

Hello, This is a proposal (working) implementation of ruby plugin support. It goes hand in hand with the ruby bindings for babeltrace2 [babeltrace2-ruby](https://github.com/alcf-perfengr/babeltrace2-ruby), where most of the tests are done....

When I import babeltrace in python3, >>> import babeltrace Traceback (most recent call last): File "", line 1, in File "/usr/local/lib64/python3.6/site-packages/babeltrace/__init__.py", line 23, in from .babeltrace import * File "/usr/local/lib64/python3.6/site-packages/babeltrace/babeltrace.py",...

When trying to build python-bindings under windows, using MSYS2, mutliple paths were returned when populating SWIG_LIB by `swig -swiglib`, breaking MAKEFILE generation in the process as SWIG_LIB was written incorrectly:...

stream_event_context is the proper variable to access by this function.

The current implementation returns the integer value of the numeration but Babeltrace 1.X was returning the text label. To ensure compatibility with Babeltrace 1.X, when getting the value of an...

The reason was that a sscanf was failing the pattern match. After adding _ to the set, I was able to successfully view a live LTTng trace stream on a...

Currently reading from _sequence_text_ field type is not exposed by the API (at least I couldn't find any possible way of doing this). _sequence_definition->string_ is properly allocated and populated when...