You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access the system calls of a lttng CTF recording using Rust.
The provided example works and I am able to access the trace properties as well as the stream properties.
Since there is no extended documentation and since I wasn't able to find a counterpart to CtfIterator in the babeltrace2 documentation I was wondering if an example for accessing the system calls could be provided.
Thanks in advance,
Tim.
The text was updated successfully, but these errors were encountered:
Hi there,
I don't have any additional examples floating around unfortunately.
You might be able to figure out what you need by looking at our modality-ctf-plugins repo, which uses this library to parse CTF streams.
I am trying to access the system calls of a lttng CTF recording using Rust.
The provided example works and I am able to access the trace properties as well as the stream properties.
Since there is no extended documentation and since I wasn't able to find a counterpart to CtfIterator in the babeltrace2 documentation I was wondering if an example for accessing the system calls could be provided.
Thanks in advance,
Tim.
The text was updated successfully, but these errors were encountered: