- 22 Feb, 2016 10 commits
-
-
4ast authored
Fix ubuntu kernel path typo is INSTALL.md
-
Brenden Blanco authored
-
4ast authored
Update rpm build scripts and README
-
Brenden Blanco authored
Print traceback only if verbose mode was requested
-
Brenden Blanco authored
trace: trace function execution with custom format strings and filters
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Brenden Blanco authored
Remove the unused Dockerfiles. Create two flavors of spec files, one which includes steps to build clang from source and link against it, and one which assumes clang is already available and just builds bcc. The former is more appropriate for official packaging, the latter for nightly and quick builds. Also, introduce a numbering scheme for nightly rpm files. The format will be: `libbcc-$latest_git_tag-g$latest_git_hash.x86_64.rpm` as in: `libbcc-0.1.7-g73c4d1a.x86_64.rpm` Update the INSTALL.md to mention the RPMs Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Documentation and tcp4connect enhancements
-
- 21 Feb, 2016 3 commits
-
-
Jean-Tiare Le Bigot authored
-
Jean-Tiare Le Bigot authored
-
Sasha Goldshtein authored
-
- 20 Feb, 2016 5 commits
-
-
Brenden Blanco authored
tcpconnlat
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
Migrated killsnoop to bpf_perf_event
-
- 19 Feb, 2016 15 commits
-
-
mcaleavya authored
-
-
mcaleavya authored
-
mcaleavya authored
-
Brendan Gregg authored
syncsnoop migrated to use bpf_perf_events
-
Allan McAleavy authored
-
mcaleavya authored
-
mcaleavya authored
-
mcaleavya authored
-
Brendan Gregg authored
Migrated filelife to bpf_perf_event
-
mcaleavya authored
-
4ast authored
http_filter readme fixed
-
Bertrone Matteo authored
-
Bertrone Matteo authored
-
Bertrone Matteo authored
-
- 18 Feb, 2016 7 commits
-
-
Brenden Blanco authored
migration of statsnoop to use bpf_perf_event
-
Brendan Gregg authored
Fix syntax error in bpf_get_prandom_u32
-
mcaleavya authored
-
Brenden Blanco authored
Fixes: #398 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Bertrone Matteo authored
-
4ast authored
Embed runtime header files in libbcc.so
-
Brenden Blanco authored
To avoid installing header files needed by clang to disk (/usr/share/bcc), embed the files as strings inside the library and feed them to clang as memory buffers. The mechanism that we use to do this retains all of the existing features, as in one can still do `#include <bcc/helpers.h>`, even though it is redundant, and clang will pick up the embedded file. Fixes: #333 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-