Source: ltt-control Section: libs Priority: optional Maintainer: Jon Bernard Uploaders: Michael Jeanson Build-Depends: debhelper (>= 10~), libpopt-dev, libxml2-dev, libkmod-dev, bison, bash-completion, pkg-config, uuid-dev, python3-all-dev, swig (>= 2.0), liburcu-dev (>= 0.8.4), liblttng-ust-dev (>= 2.10.0~), liblttng-ust-dev (<< 2.11.0~) Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/debian/ltt-control.git Vcs-Browser: https://salsa.debian.org/debian/ltt-control Homepage: https://lttng.org/ Package: lttng-tools Section: utils Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6) Recommends: babeltrace Suggests: lttng-modules-dkms Description: LTTng control and utility programs The LTTng project aims at providing highly efficient tracing tools for Linux. Its tracers help tracking down performance issues and debugging problems involving multiple concurrent processes and threads. Tracing across multiple systems is also possible. . This package provides the unified interface to control both the LTTng kernel and userspace (UST) tracers. Package: liblttng-ctl0 Architecture: linux-any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: LTTng control and utility library The LTTng project aims at providing highly efficient tracing tools for Linux. Its tracers help tracking down performance issues and debugging problems involving multiple concurrent processes and threads. Tracing across multiple systems is also possible. . This package provides the control libraries used by lttng-tools. Package: liblttng-ctl-dev Section: libdevel Architecture: linux-any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, liblttng-ctl0 (= ${binary:Version}) Description: LTTng control and utility library (development files) The LTTng project aims at providing highly efficient tracing tools for Linux. Its tracers help tracking down performance issues and debugging problems involving multiple concurrent processes and threads. Tracing across multiple systems is also possible. . This package provides the development files for liblttng-ctl. This allows implementing trace control in external applications. Package: python3-lttng Section: python Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, liblttng-ctl0 (= ${binary:Version}) Description: LTTng control and utility Python bindings The LTTng project aims at providing highly efficient tracing tools for Linux. Its tracers help tracking down performance issues and debugging problems involving multiple concurrent processes and threads. Tracing across multiple systems is also possible. . This package provides the Python bindings to lttng.