- 11 Feb, 2016 2 commits
-
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
- 09 Feb, 2016 7 commits
-
-
4ast authored
updates and 3 tools: statsnoop, filelife, filetop
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
- 08 Feb, 2016 15 commits
-
-
Brenden Blanco authored
New tool: memleak
-
Brenden Blanco authored
3 tools: fsslower, execsnoop, runqlat
-
Brendan Gregg authored
-
4ast authored
Add bpf_get_prandom_u32 to helpers
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
- 07 Feb, 2016 16 commits
-
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-
Sasha Goldshtein authored
-
Brendan Gregg authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
Sasha Goldshtein authored
-
4ast authored
Fix python map.items() racing with bpf delete
-
Brenden Blanco authored
The default python implementation of itervalues(), iteritems(), items(), and values() do a sequence of iter().next followed by self[key], which may produce a KeyError since a bpf program can delete them quickly. It should be safe to suppress such errors, hiding them from the user. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
biotop
-
4ast authored
Support array and pointer types in scanf generated function
-
Sasha Goldshtein authored
-
Brendan Gregg authored
-
Brendan Gregg authored
-