- 05 Sep, 2015 4 commits
-
-
4ast authored
Shorten trace_readline_fields to trace_fields
-
Brenden Blanco authored
* Per suggestion in #149 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
simplify code using new features
-
Brendan Gregg authored
-
- 04 Sep, 2015 8 commits
-
-
4ast authored
Reorganize cmake, some cleanups and test fixes.
-
Brenden Blanco authored
* After a kernel update, the binary of schedule function changed offset, and the attachment point updated. Since this is just a test case, pick a different function to test. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
* The c++ exception code was unused, now it is just c macro style "exceptions" Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Update README.md and INSTALL.md, specfile dependencies
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
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
-