mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
18 lines
1010 B
XML
18 lines
1010 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>lssndrbarbieri@gmail.com</email>
|
||
<name>Alessandro Barbieri</name>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
Babeltrace /ˈbæbəltreɪs/, an EfficiOS project, is an open-source trace manipulation toolkit.
|
||
The Babeltrace 2 project offers a library with a C API, Python 3 bindings, and a command-line tool which makes it very easy for mere mortals to view, convert, transform, and analyze traces.
|
||
Babeltrace 2 is also the reference parser implementation of the Common Trace Format (CTF), a very versatile trace format followed by various tracers and tools such as LTTng and barectf. The Babeltrace 2 library and its Python bindings can read and write CTF traces.
|
||
</longdescription>
|
||
<upstream>
|
||
<bugs-to>https://bugs.lttng.org/projects/babeltrace</bugs-to>
|
||
<remote-id type="github">efficios/babeltrace</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|