Lines Matching full:bcc
5 Name: bcc
8 Summary: BPF Compiler Collection (BCC)
12 URL: https://github.com/iovisor/bcc
13 Source0: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz
21 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
29 %setup -D -n bcc
60 Summary: Shared Library for BPF Compiler Collection (BCC)
63 Shared Library for BPF Compiler Collection (BCC)
66 Summary: Examples for BPF Compiler Collection (BCC)
69 Examples for BPF Compiler Collection (BCC)
71 %package -n python-bcc
72 Summary: Python bindings for BPF Compiler Collection (BCC)
74 %description -n python-bcc
75 Python bindings for BPF Compiler Collection (BCC)
77 %package -n bcc-tools
78 Summary: Command line tools for BPF Compiler Collection (BCC)
79 Requires: python-bcc
80 %description -n bcc-tools
81 Command line tools for BPF Compiler Collection (BCC)
83 %files -n python-bcc
84 %{python_sitelib}/bcc*
88 /usr/include/bcc/*
91 /usr/share/bcc/examples/*
92 %exclude /usr/share/bcc/examples/*.pyc
93 %exclude /usr/share/bcc/examples/*.pyo
94 %exclude /usr/share/bcc/examples/*/*.pyc
95 %exclude /usr/share/bcc/examples/*/*.pyo
96 %exclude /usr/share/bcc/examples/*/*/*.pyc
97 %exclude /usr/share/bcc/examples/*/*/*.pyo
99 %files -n bcc-tools
100 /usr/share/bcc/introspection/*
101 /usr/share/bcc/tools/*
102 /usr/share/bcc/man/*