control 1011 Bytes
Newer Older
1 2 3 4 5
Source: bcc
Maintainer: Brenden Blanco <bblanco@plumgrid.com>
Section: misc
Priority: optional
Standards-Version: 3.9.5
6
Build-Depends: debhelper (>= 9), cmake, libllvm3.7 | libllvm3.8, llvm-3.7-dev | llvm-3.8-dev, libclang-3.7-dev | libclang-3.8-dev, libelf-dev
7 8 9 10
Homepage: https://github.com/iovisor/bcc

Package: libbcc
Architecture: amd64
11
Depends: libc6, libstdc++6
12 13 14 15 16 17 18 19 20
Description: Shared Library for BPF Compiler Collection (BCC)
 Shared Library for BPF Compiler Collection to control BPF programs
 from userspace.

Package: libbcc-examples
Architecture: any
Depends: libbcc
Description: Shared Library for BPF Compiler Collection (BCC)

21
Package: python-bcc
22
Architecture: all
23
Depends: libbcc, python, binutils
24
Description: Python wrappers for BPF Compiler Collection (BCC)
25 26

Package: bcc-tools
27 28
Architecture: all
Depends: python-bcc
29
Description: Command line tools for BPF Compiler Collection (BCC)
30 31 32 33 34

Package: bcc-lua
Architecture: all
Depends: libbcc
Description: Standalone tool to run BCC tracers written in Lua