platform/upstream/bcc.git
2016-02-17 mcaleavyamigrated statsnoop to use bpf_perf_event_output
2016-02-17 mcaleavyaMerge branch 'master' of https://github.com/mcaleavya...
2016-02-17 4astMerge pull request #392 from iovisor/fix_perf_buffer
2016-02-17 Brenden BlancoFix breakage in open_perf_buffer
2016-02-17 4astMerge pull request #390 from iovisor/tables_cleanup
2016-02-16 Brenden BlancoSupport native integer indexing in table.Array type
2016-02-16 Brenden BlancoSplit bcc.table.BPFTable into multiple type-specific...
2016-02-16 Brenden BlancoSplit bcc/__init__.py into multiple files
2016-02-16 4astMerge pull request #384 from mmlb/patch-1
2016-02-16 4astMerge pull request #388 from brendangregg/master
2016-02-16 Brendan Greggbtrfsdist
2016-02-16 Brendan Greggbtrfsslower
2016-02-16 4astMerge pull request #386 from brendangregg/master
2016-02-15 Brendan Gregginline C in /tools
2016-02-15 Manuel Mendezfix couple of minor typos
2016-02-15 4astMerge pull request #383 from brendangregg/master
2016-02-15 Brendan Greggbetter titles for dist tools
2016-02-15 Brendan Greggzfsdist
2016-02-15 Brendan Greggzfsslower
2016-02-15 Brendan Greggdocs link typo
2016-02-15 Brendan Greggtool list alphabetical order
2016-02-15 Brendan Greggtcpretrans
2016-02-15 4astMerge pull request #381 from brendangregg/master
2016-02-15 Brendan Greggtcp to bpf_perf_output
2016-02-14 4astMerge pull request #379 from goldshtn/cosmetic
2016-02-14 Sasha GoldshteinFixed typo
2016-02-14 Sasha GoldshteinRenamed to *_example.txt and fixed README again
2016-02-14 Sasha GoldshteinCosmetic changes: removed .py suffix, fixed link in...
2016-02-14 4astMerge pull request #377 from goldshtn/argdist-tuples
2016-02-14 Sasha GoldshteinAdded small list of automatic includes to make the...
2016-02-14 Sasha GoldshteinMerge branch 'master' into argdist-tuples
2016-02-14 Sasha GoldshteinFixed bug with labels, added support for tuples in...
2016-02-14 4astMerge pull request #376 from brendangregg/master
2016-02-14 Sasha GoldshteinImproved error messages for invalid probe syntax, added...
2016-02-14 Brendan Greggmdflush
2016-02-13 Sasha GoldshteinMerge branch 'master' into argdist-enh
2016-02-13 Sasha GoldshteinFinalized $entry, $latency, and $retval implementation...
2016-02-13 4astMerge pull request #371 from brendangregg/master
2016-02-13 Allan McAleavyMerge pull request #3 from iovisor/master
2016-02-13 Brenden BlancoMerge pull request #372 from mcaleavya/master
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 Sasha GoldshteinAdded (paramname) support
2016-02-12 Brendan GreggMerge branch 'master' into master
2016-02-12 Brendan GreggMerge pull request #369 from goldshtn/alloc-hist
2016-02-12 Sasha GoldshteinUpdated man and examples with new probe syntax and...
2016-02-12 Allan McAleavyMerge pull request #2 from iovisor/master
2016-02-12 Sasha GoldshteinAdded optional label, fixed inline examples
2016-02-12 Brendan Greggext4dist
2016-02-12 Brendan Greggext4slower
2016-02-12 Brendan Greggxfsdist
2016-02-12 Brendan Greggxfsslower
2016-02-12 Sasha GoldshteinRenamed to argdist.py, updated command-line switches...
2016-02-11 Sasha GoldshteinAdded tool to README
2016-02-11 Sasha GoldshteinMerge branch 'master' into alloc-hist
2016-02-11 Sasha GoldshteinMerge remote-tracking branch 'origin/master' into alloc...
2016-02-11 Sasha GoldshteinAdded license (Apache)
2016-02-11 Sasha GoldshteinAdded man page, reshuffled some options
2016-02-11 Sasha GoldshteinAdded ret probes
2016-02-11 Sasha GoldshteinImplemented histogram functionality, including strings...
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 Sasha GoldshteinInitial version of gentrace with raw counting only
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
next