- 22 Mar, 2016 2 commits
-
-
Brenden Blanco authored
Fix error handling when attaching {u,k}{,ret}probes
-
Sasha Goldshtein authored
-
- 21 Mar, 2016 8 commits
-
-
Brenden Blanco authored
Moved user symbol decoding from memleak into bcc module
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
4ast authored
tracepoint support for argdist and trace, and new tplist tool
-
Brenden Blanco authored
Fix llvm shared build
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
İsmail Dönmez authored
Trim the llvm libs to the direct requirements only and use llvm_expand_dependencies to discover all dependencies.
-
- 20 Mar, 2016 1 commit
-
-
Sasha Goldshtein authored
-
- 16 Mar, 2016 2 commits
-
-
Brenden Blanco authored
fix -p
-
Brendan Gregg authored
-
- 11 Mar, 2016 2 commits
-
-
4ast authored
Fix python3 incompatibilities
-
Brenden Blanco authored
Syntax and dict usages fixups in dcstat.py and memleak.py Fixes: #433, #434 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 10 Mar, 2016 1 commit
-
-
Brendan Gregg authored
Enable python3 compatible strings in biosnoop
-
- 08 Mar, 2016 4 commits
-
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Add option to change kernel build search paths
-
Brenden Blanco authored
Include all of the paths in the build/ directory when kernel headers are split. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Some linux distributions structure the /lib/modules directories differently, causing complexities. Add cmake overrides to be able to compile different behavior. If your distro sets up `/lib/modules/$(uname -r)/{source,build}` with header files split between the two (debian does this), then add -DBCC_KERNEL_HAS_SOURCE_DIR=1 to the cmake command line. If your distro just has something other than build/, but things are still in one subdirectory, then add -DBCC_KERNEL_MODULES_SUFFIX=foo to the cmake command line. Also, fix one implicit declaration warning introduced by the new bpf_get_stackid() helper. Fixes: #397 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 04 Mar, 2016 7 commits
-
-
4ast authored
[RFC] Basic implementation of stacktrace table
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
This is the initial implementation of bpf_get_stackid with python helpers. This doesn't expose the different methods of calling (kernel/user, fast, or reuse). Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brendan Gregg authored
Fix stacksnoop PID filter
-
Mark Drayton authored
The function FILTER is injected into (trace_stack()) returns void, not int.
-
4ast authored
Move cc/*py tests to python subdir and introduce c standalone test binary
-
- 03 Mar, 2016 4 commits
-
-
Brenden Blanco authored
This creates a new static library target for bcc. Add one trivial c test case that links against it. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
They didn't quite make sense where they were. At one point 'cc' meant compiler, and yes they were testing the compiler. Now lets use the convention that different tests/ subdirectories test different bindings (c, python, other). Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Update headers with 4.5+ features
-
Brenden Blanco authored
Pull in bpf.h from upstream, and update helpers accordingly. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 01 Mar, 2016 2 commits
-
-
Brenden Blanco authored
INSTALL.md: Fix path for example and some small clarifications
-
Billy O'Mahony authored
-
- 29 Feb, 2016 2 commits
-
-
4ast authored
Add v6 headers to proto.h
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 24 Feb, 2016 2 commits
-
-
4ast authored
tools map
-
Brendan Gregg authored
-
- 23 Feb, 2016 3 commits
-
-
4ast authored
Remove use of update() in funccount
-
Brenden Blanco authored
Hash map updates are not safe in recursive context. Change the implementation of funccount to be read-only by converting lookup_or_init() to lookup(). When run in interval mode, zero the counts table instead of clearing it. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Add a helper to translate from kernel name to symbol. As part of this, slightly refactor the ksym globals (which are internal implementation and not part of the api) so that there is one array of tuples instead of two arrays. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-