- 03 Sep, 2015 6 commits
-
-
4ast authored
Enhance check for presence of static-libstdc++
-
Brenden Blanco authored
* Fixes a link error on Ubuntu when static-libstdc++ is not installed. Reported-by: Denis V. Lunev <den@openvz.org> Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Include missed spec files in s/bpf/bcc/ rename
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Rename python module name to 'bcc' from 'bpf'
-
Brenden Blanco authored
* Rename python module to bcc * Rename python-bpf (deb,rpm) package to python-bcc * Pending this change, I will likely re-tag 0.1.6, and upload the bcc package to pypi.python.org Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 02 Sep, 2015 4 commits
-
-
yonghong-song authored
Update tag to v0.1.6, include finall llvm 3.7.0 release
-
Brenden Blanco authored
* This script can be run by buildbot to generate the debian files e.g.: PARALLEL=4 scripts/build-deb.sh Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
* Update llvm to 3.7.0 release Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 01 Sep, 2015 2 commits
-
-
4ast authored
Add RPM packaging for el6,el7,fedora22
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 31 Aug, 2015 1 commit
-
-
4ast authored
Minor change to task_switch example syntax
-
- 29 Aug, 2015 10 commits
-
-
Brenden Blanco authored
initial ksym() and ksymaddr()
-
Brendan Gregg authored
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Add beta RPM spec and docker script for centos
-
Brenden Blanco authored
Testing buildbot Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Also, testing buildbot with this tiny change Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 27 Aug, 2015 1 commit
-
-
Brenden Blanco authored
Add gretap support for full mesh tunnel
-
- 26 Aug, 2015 9 commits
-
-
Wei-Chun Chao authored
Signed-off-by: Wei-Chun Chao <weichunc@plumgrid.com>
-
4ast authored
Add proper debian build support, rename libbcc.so
-
Brenden Blanco authored
improve examples using new features
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brenden Blanco authored
This adds support for properly tagging the build when cmake is run not in a git tree, which is the case when building from src-deb. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
The cmake based build system is nice, but not quite production ready. Move to the more painful but featureful debuild style. This is one step towards an upstreamable package. Rename libbpfprog (ugh) to libbcc. Split out python-bpf and libbcc-examples into separate packages that depend on libbcc. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Fix print() breakage in python 2.7 environments
-
Brenden Blanco authored
Fixes: #164 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 25 Aug, 2015 5 commits
-
-
4ast authored
Add debug flag to enable prints from kernel verifier
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Add flag to BPF() to enable debug prints from the verifier. Use by passing 0x2 to debug= in the constructor. Add docstring for BPF constructor. Also, optimize bpf_prog_load so that by default the kernel is not asked to print the verbose output. The program will be "loaded" a second time to capture the verifier failure message. Fixes: #147 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Add regex support to attach_k[ret]probe
-
Brenden Blanco authored
Add new event_re parameter to kprobe functions. This searches through the list of functions/symbols in <tracefs>/available_filter_functions for all matching functions. Every one is attached. Add a test case for attach_k[ret]probe. Fixes: #141 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 24 Aug, 2015 2 commits
-
-
yonghong-song authored
examples: use IPDB `wait_ip()` feature
-
Peter V. Saveliev authored
-