Lines Matching refs:bcc
38 There are a few optional kernel flags needed for running bcc networking examples on vanilla kernel:
63 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
72 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
89 Nightly bcc binary packages for Fedora 25, 26, 27, and 28 are hosted at
95 sudo dnf install bcc-tools kernel-headers kernel-devel
100 Stable bcc binary packages for Fedora 25, 26, 27, and 28 are hosted at
105 sudo dnf install bcc-tools kernel-devel-$(uname -r) kernel-headers-$(uname -r)
114 bcc bcc-tools python-bcc python2-bcc
116 …d [in the PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bcc) and should install…
133 Finally, you can install bcc with:
135 emerge dev-util/bcc
141 For openSUSE Leap 42.2 (and later) and Tumbleweed, bcc is already included in the official repo. Ju…
146 sudo zypper in bcc-tools bcc-examples
151 …bcc is already included in the official yum repository as bcc-tools. As part of the install the fo…
154 yum install bcc-tools
231 git clone https://github.com/iovisor/bcc.git
232 cd bcc
240 sudo dpkg -i *bcc*.deb
271 git clone https://github.com/iovisor/bcc.git
272 mkdir bcc/build; cd bcc/build
309 git clone https://github.com/iovisor/bcc.git
310 mkdir bcc/build; cd bcc/build
330 git clone https://github.com/iovisor/bcc.git
331 mkdir bcc/build; cd bcc/build
367 ### Build bcc
369 git clone https://github.com/iovisor/bcc.git
371 mkdir bcc/build; cd bcc/build
386 sudo /usr/share/bcc/tools/execsnoop