An error occurred fetching the project authors.
- 10 Sep, 2015 1 commit
-
-
Brendan Gregg authored
-
- 06 Sep, 2015 1 commit
-
-
Brenden Blanco authored
* Per suggestion in #149 Signed-off-by:
Brenden Blanco <bblanco@plumgrid.com>
-
- 05 Sep, 2015 2 commits
-
-
Brenden Blanco authored
* Per suggestion in #149 Signed-off-by:
Brenden Blanco <bblanco@plumgrid.com>
-
Brendan Gregg authored
-
- 03 Sep, 2015 1 commit
-
-
Brenden Blanco authored
* Rename python module to bcc * Rename python-bpf (deb,rpm) package to python-bcc * Pending this change, I will likely re-tag 0.1.6, and upload the bcc package to pypi.python.org Signed-off-by:
Brenden Blanco <bblanco@plumgrid.com>
-
- 19 Aug, 2015 1 commit
-
-
Brenden Blanco authored
Per feedback on the attach_kprobe api, change up the arguments to remove the load_func that typically preceeds the call. Instead, move this inside the attach_kprobe implementation. Also, this makes attach_kprobe need to be non-static. The same applies to attach_kretprobe. Old: fn = b.load_func("hello", BPF.KPROBE) BPF.attach_kprobe(fn, "sys_clone") New: b.attach_kprobe(event="sys_clone", fn_name="hello") Note that the kwarg style is not required, but I fixed up the current usages to provide readability. Signed-off-by:
Brenden Blanco <bblanco@plumgrid.com>
-
- 18 Aug, 2015 4 commits
-
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-