- 09 Sep, 2018 4 commits
-
-
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 5 commits
-
-
Brendan Gregg authored
update docs to work past kprobe:sys_ changes
-
Brendan Gregg authored
-
Brendan Gregg authored
M capitalized
-
Brendan Gregg authored
print newline for empty maps
-
williangaspar authored
-
- 06 Sep, 2018 10 commits
-
-
Brendan Gregg authored
-
Brendan Gregg authored
-
williangaspar authored
-
Brendan Gregg authored
add ctx builtin
-
Brendan Gregg authored
Docs: add probes and internals diagrams
-
Brendan Gregg authored
-
Brendan Gregg authored
lhist human readable units
-
williangaspar authored
-
williangaspar authored
-
-
- 05 Sep, 2018 2 commits
-
-
Brendan Gregg authored
lhist truncate zero ranges
-
williangaspar authored
-
- 04 Sep, 2018 3 commits
-
-
Brendan Gregg authored
-
Alastair Robertson authored
-
Alastair Robertson authored
-
- 03 Sep, 2018 6 commits
-
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Alastair Robertson authored
-
Alastair Robertson authored
docs: add reference guide and one-liner tutorial
-
Alastair Robertson authored
add rand builtin
-
- 02 Sep, 2018 4 commits
-
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-