- 02 May, 2016 5 commits
-
-
Brenden Blanco authored
Even after fixing the nested union issue in the preceding commits, this example was failing. The reason was that the kernel was filling in all bits of the bpf_tunnel_key, which in recent kernels includes non-zero fields such as ttl. That non-zero field would break the lookup in the tunkey2if table, which was populated assuming all extra bytes would be zero. Fix it by defining a simpler key structure, and copy the required fields out from the local variable. Fixes: #510
-
Brenden Blanco authored
Clang was up until now not able to parse nested structs or unions as a field in the table key or leaf. Add support in the library side, as well as python support for the exported json description.
-
Brenden Blanco authored
-
Brenden Blanco authored
The variable inside the if statement was unused, unliked the blocks above and below it. Use the isa<> check instead.
-
Brenden Blanco authored
-
- 30 Apr, 2016 10 commits
-
-
4ast authored
cc/clang: Use positional arguments for diagnostic messages
-
4ast authored
Lua tooling improvements
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
- 29 Apr, 2016 2 commits
-
-
Brendan Gregg authored
updated opensnoop to use bpf_perf_output
-
mcaleavya authored
-
- 28 Apr, 2016 15 commits
-
-
4ast authored
[WIP] Native implementation for USDT probes
-
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
-
Brenden Blanco authored
To avoid exposing the implementation of new/delete of the Argument class, move it out of the header file. This also requires making private the std::string members, so that they cannot be assigned to directly. Let the ArgumentParser assign to them as a friend, and expose const functions to access them as const only from the client. Also, convert non-const reference usages to pass-by-pointer.
-
Vicent Marti authored
-
Vicent Marti authored
-
Brenden Blanco authored
bpf: Wrap `bcc_procutils_which_so` as `BPF.find_library`
-
Vicent Marti authored
This class method was being used outside of the BPF class in the `tracer` and `usdt` tools.
-
- 27 Apr, 2016 1 commit
-
-
Brenden Blanco authored
Explicitly list the libelf runtime dependency
-
- 26 Apr, 2016 2 commits
-
-
Vicent Marti authored
-
Vicent Marti authored
-
- 23 Apr, 2016 2 commits
-
-
4ast authored
Add libelf-dev to Ubuntu build deps
-
Andrew Martin authored
This was required on a Debian system, but in lieu of instructions for that distribution, and as Debian users will follow Ubuntu, would you consider verifying it on Ubuntu and accepting this PR?
-
- 20 Apr, 2016 3 commits
-
-
4ast authored
[RFC] Remove all dependencies on external binaries
-
Vicent Marti authored
-
Vicent Marti authored
-