platform/upstream/bcc.git
2017-02-09 4astMerge pull request #955 from r4f4/fix-tplist
2017-02-09 Brenden BlancoMerge pull request #954 from brendangregg/master
2017-02-09 Rafael Fonsecatplist: don't fail if no verbosity is supplied
2017-02-09 Brendan Greggupdate tools pic
2017-02-08 4astMerge pull request #948 from shodoco/master
2017-02-08 Huapeng Zhoubcc: update kernel-versions.md for lpm trie change
2017-02-07 Huapeng Zhoubcc: add support for lpm trie map type
2017-02-07 Brenden BlancoMerge pull request #946 from goldshtn/install-fc2425
2017-02-07 4astMerge pull request #947 from rnav/powerpc64-doc-update
2017-02-07 Naveen N. Raodocs/kernel-versions: add reference to powerpc64 consta...
2017-02-07 Sasha GoldshteinUpdate installation instructions for FC24 and FC25
2017-02-07 4astMerge pull request #936 from kennyyu/kennyyu-deadlock...
2017-02-07 4astMerge pull request #944 from derek0883/mybcc
2017-02-07 Derekswitch bcc to use single instance per bcc process,
2017-02-06 Kenny YuMerge branch 'master' into kennyyu-deadlock-detector
2017-02-06 4astMerge pull request #943 from edwardshao/topic/fix-docs...
2017-02-06 Edward Shaodocs: fix "BPF attached to sockets" commit link
2017-02-05 Kenny YuMerge branch 'master' into kennyyu-deadlock-detector
2017-02-05 4astMerge pull request #937 from netoptimizer/for_upstream01
2017-02-04 Kenny YuAddress round 2 of comments in https://github.com/iovis...
2017-02-03 Kenny YuMerge branch 'master' into kennyyu-deadlock-detector
2017-02-03 Kenny YuFix a few small typos
2017-02-03 Kenny YuAddress comments from https://github.com/iovisor/bcc...
2017-02-03 Jesper Dangaard... docs: keep track of when prealloc of map elements were...
2017-02-03 Kenny Yutools: add tool to detect potential deadlocks in runnin...
2017-02-03 Brenden BlancoMerge pull request #935 from wcohen/wcohen/lua_opt
2017-02-02 William CohenAllow RPMS to be built on ppc64 and aarch64 by making...
2017-02-01 4astMerge pull request #928 from goldshtn/tp-data-loc
2017-02-01 Sasha Goldshteintplist: Don't ignore __data_loc fields
2017-02-01 Sasha Goldshteintests: Add test for TP_DATA_LOC_READ_CONST
2017-02-01 Sasha Goldshteincc: Support for __data_loc tracepoint fields
2017-02-01 4astMerge pull request #918 from derek0883/mybcc
2017-02-01 Derekenum bpf_probe_attach_type to CAPITAL
2017-02-01 Derekundo rebase
2017-01-31 4astMerge pull request #927 from rnav/powerpc-fixes
2017-01-31 Naveen N. Raopowerpc: update the build triplet
2017-01-31 DerekMerge branch 'mybcc' of https://github.com/derek0883...
2017-01-31 Derekkeep 'enum bpf_attach_type' inside libbpf.h, renamed...
2017-01-31 DerekFixed test case test_trace4.py error
2017-01-31 Derek Handling multiple concurrent probe users.
2017-01-31 Derekrename event_name for lua
2017-01-31 Derekrename event name in detach_uprobe/detach_uretprobe
2017-01-31 Derekrename event name in detach_kprobe/detach_kretprobe
2017-01-31 DerekHandling multiple concurrent probe users.
2017-01-30 4astMerge pull request #926 from goldshtn/argdist-pid-fix
2017-01-30 4astMerge pull request #925 from goldshtn/cpudist-import-fix
2017-01-30 Sasha Goldshteinargdist: Fix -p behavior to filter tgid and not pid
2017-01-30 Sasha Goldshteincpudist: remove unused Tracepoint import
2017-01-29 DerekFixed test case test_trace4.py error
2017-01-29 Derek Handling multiple concurrent probe users.
2017-01-26 Derekrename event_name for lua
2017-01-24 Derekrename event name in detach_uprobe/detach_uretprobe
2017-01-24 Derekrename event name in detach_kprobe/detach_kretprobe
2017-01-23 DerekHandling multiple concurrent probe users.
2017-01-22 4astMerge pull request #913 from iovisor/python23_percpu
2017-01-21 Brenden BlancoSkip percpu testing on unsupported kernels
2017-01-21 Brenden BlancoSupport for hotplug cpu cases in percpu array sizing
2017-01-20 Brenden BlancoFix python2/3 incompatible percpu helpers
2017-01-20 4astMerge pull request #914 from mkacik/master
2017-01-20 Maria Kacik[memleak] add parameter for specifying object to load...
2017-01-17 4astMerge pull request #911 from goldshtn/trace-params...
2017-01-17 4astMerge pull request #909 from goldshtn/tp-str-fixes
2017-01-17 Sasha Goldshteintrace: Allow function signatures in uprobes and kprobes
2017-01-17 Sasha Goldshteintrace, argdist: Fix code formatting nits
2017-01-17 Sasha Goldshteintrace: Use correct argument index and tgid for filters
2017-01-17 Sasha Goldshteintrace: Generated streq-helper to ignore null terminator
2017-01-17 Sasha Goldshteinargdist: Generated streq-helper to ignore null terminator
2017-01-17 Sasha Goldshteintplist: Print one-based location and argument indices
2017-01-17 4astMerge pull request #875 from pchaigno/target-process...
2017-01-16 4astMerge pull request #908 from Catalysts/cpu-iteration
2017-01-16 Andreas Gerstmayrfix iteration over CPUs
2017-01-16 Brendan GreggMerge pull request #906 from goldshtn/valid-idents
2017-01-15 Paul Chaignoncc: Dynamically allocate memory for library path
2017-01-15 Paul Chaignoncc: Use PID to detach uprobes
2017-01-15 Paul Chaignoncc: Resolve library names using loaded libraries
2017-01-14 Sasha Goldshteinargdist, trace: Support non-C identifier names
2017-01-13 4astMerge pull request #904 from brendangregg/master
2017-01-13 Brendan Greggadd some error hints
2017-01-11 4astMerge pull request #899 from brendangregg/tool2
2017-01-11 4astMerge pull request #896 from brendangregg/tool1
2017-01-11 4astMerge pull request #897 from brendangregg/master
2017-01-11 Brendan Greggprofile: increase unique stack default to 10k
2017-01-11 Brendan Greggstatsnoop: refactor
2017-01-11 4astMerge pull request #895 from brendangregg/master
2017-01-11 Brendan Greggtrace: allow tracing of functions containing a dot...
2017-01-11 Brendan Gregggethostlatency: remove unused code
2017-01-11 4astMerge pull request #894 from brendangregg/master
2017-01-11 Brendan Greggadd a few funccount examples
2017-01-09 4astMerge pull request #883 from ColinIanKing/master
2017-01-09 4astMerge pull request #890 from mvbpolito/add_helpers
2017-01-09 4astMerge pull request #889 from totally/preprocess_4.10
2017-01-09 Mauricio Vasquez BAdd missing helpers prototypes in helpers.h
2017-01-08 Ryan LearyFixes bio{snoop,top} on 4.10.
2017-01-07 Brenden BlancoMerge pull request #887 from rneugeba/cflags
2017-01-07 Rolf NeugebauerAdd -fno-stack-protector to CFLAGS
2017-01-05 Brenden BlancoMerge pull request #882 from mvbpolito/master
2017-01-05 Brenden BlancoMerge branch 'master' into master
2017-01-05 4astMerge pull request #886 from iovisor/llvm_40_fixes
2017-01-05 Brenden BlancoFixes for LLVM 4.0 and python3
2017-01-05 Colin Ian Kingsnapcraft.yaml: fix typo in ttysnoop wrapper
next