- 12 Sep, 2018 2 commits
-
-
Brendan Gregg authored
-
Brendan Gregg authored
-
- 11 Sep, 2018 10 commits
-
-
Brendan Gregg authored
allow uaddr() to work on non-bash
-
Brendan Gregg authored
fix 64-bit integer constants
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
Tools
-
Brendan Gregg authored
-
Brendan Gregg authored
add apt.llvm.org apt-key instructions needed for newer/secured Ubuntu
-
Brendan Gregg authored
Uaddr
-
williangaspar authored
-
Brendan Gregg authored
-
- 10 Sep, 2018 2 commits
-
-
Brendan Gregg authored
Doc updates
-
-
- 09 Sep, 2018 19 commits
-
-
Brendan Gregg authored
Show Clang warnings and fix warnings we were causing with missing semicolons
-
Alastair Robertson authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
- 08 Sep, 2018 6 commits
-
-
Brendan Gregg authored
usdt: fix attaching to USDT on Bionic Beaver
-
Brendan Gregg authored
fix hist() bars
-
Brendan Gregg authored
add kaddr() cal
-
Matheus Marchini authored
bpftrace was using an approach different from bcc to calculate the offset of an USDT probe. We were using only `bcc_usdt_get_location`, whereas bcc is using a combination of `bcc_usdt_get_location` and `bcc_resolve_symname`. Since we already use `bcc_resolve_symname` in `AttachedProbe::offset()`, we just need to call this method to get the same behavior from bcc. Fixes: https://github.com/iovisor/bpftrace/issues/60
-
williangaspar authored
-
-
- 07 Sep, 2018 1 commit
-
-
Brendan Gregg authored
update docs to work past kprobe:sys_ changes
-