- 04 Apr, 2016 3 commits
-
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
- 01 Apr, 2016 10 commits
-
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
- 31 Mar, 2016 4 commits
-
-
Brenden Blanco authored
get rid of version checks
-
Alexei Starovoitov authored
version checks don't work at all on kernels with backported bpf bits they also fail when /usr/include/linux/bpf.h doesn't match loaded kernel. Fix these issues by embedding bpf.h into libbcc.so and force load it in clang, so we can remove all version checks and rely on verifier complaining on unknown function call. Later patch can make verifier errors less cryptic by converting 'unknown call 12' to strings. while at it update bpf.h to the latest. Signed-off-by: Alexei Starovoitov <ast@fb.com>
-
4ast authored
Bug fix around USDT argument handling for constants
-
Sasha Goldshtein authored
For USDT arguments of the form "-4@$-1", the parsing logic would fail because it didn't expect the second number (the actual value of the USDT argument as a constant) to be negative. This is now fixed.
-
- 30 Mar, 2016 23 commits
-
-
Brenden Blanco authored
IPv6 strings with an inet6_ntoa
-
Brendan Gregg authored
-
Brendan Gregg authored
Replaced `which --skip-alias` with `ProcUtils.which`
-
Sasha Goldshtein authored
-
4ast authored
Support for global variable arguments in USDT probes
-
4ast authored
Lua Tools for BCC
-
Vicent Marti authored
-
Vicent Marti authored
-
Brenden Blanco authored
Percpu support
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-