1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: ltt-control
Section: libs
Priority: optional
Maintainer: Jon Bernard <jbernard@debian.org>
Uploaders: Michael Jeanson <mjeanson@debian.org>
Build-Depends: debhelper-compat (= 12),
asciidoc,
bash-completion,
bison,
dh-python,
libkmod-dev,
liblttng-ust-dev (>= 2.13.0~),
liblttng-ust-dev (<< 2.14.0~),
libpopt-dev,
liburcu-dev (>= 0.11.0~),
libxml2-dev (>= 2.7.6~),
pkg-config,
python3-all-dev,
swig (>= 2.0),
xmlto
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
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
Pre-Depends: ${misc:Pre-Depends}
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})
Provides: ${python3:Provides}
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.
|