- 04 Sep, 2015 2 commits
-
-
Brenden Blanco authored
* These files are required to build the test rpm Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
* Add some runtime dependencies in INSTALL.md * make and gcc are required at runtime, so add them to libbcc Requires: Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 03 Sep, 2015 10 commits
-
-
Brenden Blanco authored
* Some changes to python API examples * Reflect non-rc kernel availability in install doc * Add binary rpm section to install doc * Remove docker build instructions Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Fixes for when using clang/llvm as CC/CXX
-
4ast authored
Enhance check for presence of static-libstdc++
-
Brenden Blanco authored
* Clang does not generate code to initialize the entire union when initializing a nested struct. This is the case for union bpf_attr. As a workaround, call memset explicitly. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
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 1 commit
-
-
4ast authored
Add debug flag to enable prints from kernel verifier
-