barectf icon indicating copy to clipboard operation
barectf copied to clipboard

Generator of ANSI C tracers which output CTF data streams

Results 11 barectf issues
Sort by recently updated
recently updated
newest added

Looking through the docs under packet features, it doesn't look like including a `packet_seq_num` is supported. If I didn't overlook the docs, is this a feature that would be considered...

enhancement

Remove unneeded `_ALIGN()`s when we know that the field is already aligned at this point.

enhancement

The packet size is not checked before writing the initial packet header and packet context data. This can lead to a buffer overflow if the total initial packet data is...

bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Hi, I have a trace producer that runs continuously, and the number of trace events is not known. (I also use two buffers for traces, and switch them inside close_packet.)...

Hi, I am considering using the library, however, I am spotting some design choices that I do not understand regarding the open/close packet. As I understand the packets are closed...

The "show-effective-config" command prints the entire configuration object that will be used by barectf, however the '...' that appears at the end of the output implies continuation. It suggests the...

Hello, I'm pretty new in CTF tracing, but interested in LTTng and barectf. Want to trace events from my Arduino and capture them in live mode on host by LTTng...

question

Im trying to install the project with: # pip3 install barectf and receive the error: Collecting barectf Using cached barectf-3.1.2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: jinja2=3.0 in /usr/lib/python3.11/site-packages (from barectf)...

If not, when is it planned to support v2 CTF?