platform/upstream/bcc.git
2016-02-12 mcaleavyastyle updates
2016-02-12 mcaleavyachanged key struct to data as requested
2016-02-12 mcaleavyaadded spaces and tidyup of biosnoop
2016-02-12 mcaleavyaupdated man pages
2016-02-12 mcaleavyaadded new files for biosnoop and bashreadline
2016-02-12 mcaleavyareworking of biosnoop and bashreadline to use bf_perf_e...
2016-02-12 Allan McAleavyMerge pull request #2 from iovisor/master
2016-02-11 Brenden BlancoMerge pull request #360 from brendangregg/master
2016-02-11 Brenden BlancoMerge pull request #362 from goldshtn/memleak-enh
2016-02-11 Brendan Greggfix for spaces in filenames, #361
2016-02-11 Sasha GoldshteinAdded license (Apache), merged memleak.c into memleak.py
2016-02-11 Sasha GoldshteinMerge branch 'master' into memleak-enh
2016-02-11 Brendan GreggMerge branch 'master' into master
2016-02-11 Brendan Greggsave one bpf_probe_read()
2016-02-11 Brendan Greggcopy-n-paste man page error
2016-02-11 Brendan Gregguse bpf_perf_event_output() instead
2016-02-10 Brenden BlancoMerge pull request #368 from iovisor/runqlat-fix
2016-02-10 Brenden BlancoFix for improper includes in runqlat.py
2016-02-10 Sasha GoldshteinAdded -z and -Z switches for filtering by size, added...
2016-02-10 Brendan Greggdcsnoop
2016-02-10 Brendan Greggdcstat
2016-02-10 Brendan Greggoomkill
2016-02-09 Sasha GoldshteinUpdated examples to show timestamp output for each...
2016-02-09 Sasha GoldshteinAdded option to display only top N stacks by size
2016-02-09 4astMerge pull request #358 from brendangregg/master
2016-02-09 Sasha GoldshteinFixed long arg name from stack_depth to stack-depth
2016-02-09 Sasha GoldshteinAdded --stack-depth switch to control the number of...
2016-02-09 Sasha GoldshteinUpdated manual, examples, and usage with new interval...
2016-02-09 Sasha GoldshteinAdded interval and count options per *stat tool conventions
2016-02-09 Brendan Gregginspiration section for biotop
2016-02-09 Brendan Greggfiletop.8
2016-02-09 Brendan Greggfilelife
2016-02-09 Brendan Greggstatsnoop
2016-02-09 Brendan Greggmissing options section on biotop
2016-02-09 Brendan Greggmakes more sense to invert the -X usage
2016-02-08 Brenden BlancoMerge pull request #355 from goldshtn/master
2016-02-08 Brenden BlancoMerge pull request #353 from brendangregg/master
2016-02-08 Brendan Greggmecs typo
2016-02-08 4astMerge pull request #357 from iovisor/prandom
2016-02-08 Brenden BlancoAdd bpf_get_prandom_u32 to helpers
2016-02-08 Sasha GoldshteinAdded -s switch to perform allocation sampling
2016-02-08 Sasha GoldshteinAdded memleak.py to README
2016-02-08 Sasha GoldshteinAdded man page
2016-02-08 Sasha GoldshteinClarified example output
2016-02-08 Sasha GoldshteinFixed indentation and Python style issues from pep
2016-02-08 Sasha GoldshteinAdded examples
2016-02-08 Sasha GoldshteinAdded -c switch to run a command and trace that process
2016-02-08 Brendan Greggrunqlat
2016-02-08 Brendan Greggrename fsslower to fileslower
2016-02-08 Brendan Greggextra dot
2016-02-07 Brendan Greggexecsnoop
2016-02-07 Brendan Greggdocs typo
2016-02-07 Brendan Greggmore advice in the man page
2016-02-07 Sasha GoldshteinRefactored StackDecoder, added 'run command' option...
2016-02-07 Brendan Greggfsslower
2016-02-07 Sasha GoldshteinRefactored Time class and added usage example
2016-02-07 Sasha GoldshteinMerge remote-tracking branch 'upstream/master'
2016-02-07 Sasha GoldshteinAdded source for gettime code
2016-02-07 Sasha GoldshteinDon't show allocations newer than a configurable age
2016-02-07 4astMerge pull request #351 from iovisor/iteritems
2016-02-07 Brenden BlancoFix python map.items() racing with bpf delete
2016-02-07 4astMerge pull request #349 from brendangregg/master
2016-02-07 4astMerge pull request #348 from iovisor/scanf_fix
2016-02-07 Sasha GoldshteinAdded memory leak tracer
2016-02-07 Brendan Greggupdate comments
2016-02-07 Brendan Greggbiotop
2016-02-07 Brenden BlancoSupport array and pointer types in scanf generated...
2016-02-07 Brenden BlancoMerge pull request #346 from brendangregg/master
2016-02-07 Brendan Greggsimplify
2016-02-07 Brendan Greggnits
2016-02-07 Brendan Greggbitesize nits
2016-02-07 Brendan Gregguse one map instead of two
2016-02-06 Brenden BlancoMerge pull request #343 from ceeaspb/master
2016-02-06 Brenden BlancoMerge pull request #340 from linuxfood/master
2016-02-06 Brenden BlancoMerge pull request #342 from mcaleavya/master
2016-02-06 Brenden BlancoMerge pull request #337 from mbertrone/master
2016-02-06 Bertrone MatteoMerge branch 'master' into master
2016-02-06 Bertrone MatteoREADME changes
2016-02-06 Alex Bagehotone slipped the net
2016-02-06 Alex Bagehotrecommend using a spell checker before committing
2016-02-06 Alex Bagehottrawl typos with aspell
2016-02-06 Bertrone Matteohttp filter example
2016-02-06 Allan McAleavyUpdate README.md
2016-02-06 mcaleavyaAdded update to README.md
2016-02-06 mcaleavyaAdd bitesize tool
2016-02-06 Allan McAleavyMerge pull request #1 from iovisor/master
2016-02-05 Brendan GreggMerge pull request #341 from iovisor/brendangregg-patch-1
2016-02-05 Brendan GreggMerge branch 'master' into brendangregg-patch-1
2016-02-05 4astMerge pull request #339 from iovisor/segfault_fix
2016-02-05 Brendan Greggdocumentation typos
2016-02-05 linuxfoodMerge branch 'master' into master
2016-02-05 Brenden BlancoFix segfault in ~BPFModule on syntax error
2016-02-05 Brenden BlancoMerge pull request #338 from brendangregg/master
2016-02-05 Brendan Greggdifferent man formats
2016-02-05 Brian SmithAdd bpf_module.h to CMakeLists.txt
2016-02-05 Brendan Greggcontributing scripts guide
2016-02-05 Bertrone Matteohttp filter example
2016-02-04 4astMerge pull request #335 from iovisor/p4-fixes
2016-02-04 Brenden BlancoReorder P4 struct key initializers and blocks
2016-02-04 Brenden BlancoMerge pull request #334 from iovisor/ast_dev
next