platform/upstream/bcc.git
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
2017-01-05 Colin Ian Kingsnapcraft: add cpuunclaimed to snapcraft wrapper rules
2017-01-03 Brenden BlancoMerge pull request #878 from iovisor/compat-4.10-update
2017-01-02 Mauricio Vasquez Badd missing inclusion guards in bcc/proto.h
2016-12-29 Brenden BlancoUse compat bpf_common.h for local clang build
2016-12-29 Brenden BlancoUpdate [virtual_]bpf.h to 4.10
2016-12-28 4astMerge pull request #874 from pchaigno/fix-var
2016-12-26 Paul ChaignonFix variable name
2016-12-22 4astMerge pull request #870 from brendangregg/master
2016-12-21 Brendan Greggfix comment in runqlen
2016-12-21 Brendan Greggadd cpuunclaimed
2016-12-21 4astMerge pull request #835 from ColinIanKing/master
2016-12-21 4astMerge pull request #867 from shodoco/extern
2016-12-21 Huapeng Zhoufix company copyright
2016-12-21 4astMerge pull request #868 from shodoco/pin
2016-12-20 Huapeng Zhouadd bpf_obj_pin/bpf_obj_get to pin/get bpf objects
2016-12-20 Huapeng Zhoudo not close extern table when a module destructs
2016-12-20 Huapeng Zhouadd table type to shared tables
2016-12-20 Brenden BlancoMerge pull request #863 from shodoco/master
2016-12-19 shodocoMerge branch 'master' into master
2016-12-19 4astMerge pull request #865 from goldshtn/trace-timestamp
2016-12-19 4astMerge pull request #774 from goldshtn/usdt-tools
2016-12-19 Sasha Goldshteintrace: -L, -t, -T switches
2016-12-19 Sasha Goldshteinuobjnew: Remove -l switch from examples
2016-12-19 Sasha Goldshteinuobjnew: Attach uprobe only to the requested process
2016-12-19 Sasha GoldshteinREADME: Add u* tools based on USDT probes
2016-12-19 Sasha Goldshteinuflow: Add man page and companion examples file
2016-12-19 Sasha Goldshteinuthreads: Add man page and companion examples file
2016-12-19 Sasha Goldshteinuobjnew: Add man page and companion examples file
2016-12-19 Sasha Goldshteinugc: Add man page and companion examples file
2016-12-19 Sasha Goldshteinucalls: Add man page and companion examples file
2016-12-19 Sasha Goldshteinustat: Add man page and companion example file
2016-12-19 Sasha Goldshteinustat: Graceful error handling
2016-12-19 Sasha Goldshteinustat: Replace \0 with spaces in cmdline
2016-12-19 Sasha Goldshteinuflow: Trace method execution flow
2016-12-19 Sasha Goldshteinustat: Change 'count' argument type to int
2016-12-19 Sasha Goldshteinustat: Sort by pid if no other sort column provided
2016-12-19 Sasha Goldshteintools: Add block comments to u* scripts
2016-12-19 Sasha Goldshteinustat: Activity stats from high-level languages
2016-12-19 Sasha Goldshteinpython: Expose active probes from USDT object
2016-12-19 Sasha Goldshteinpython: Do not call USDT.get_text() twice
2016-12-19 Sasha Goldshteinuobjnew: Summarize object allocations
2016-12-19 Sasha Goldshteinucalls: TODO reminder to probe C methods
2016-12-19 Sasha Goldshteinugc: Fix order of arguments in usage comment
2016-12-19 Sasha Goldshteinuthreads: Add pthread support
2016-12-19 Sasha Goldshteinuthreads: Trace thread creation/destruction events
2016-12-19 Sasha Goldshteinucalls: Trace syscalls
2016-12-19 Sasha Goldshteinugc: Node support
2016-12-19 Sasha Goldshteintools: Script skeletons
2016-12-19 Sasha Goldshteinugc: Add description messages for GC events
2016-12-19 Sasha Goldshteinugc: Monitor GC events in high-level languages
2016-12-19 Sasha Goldshteinucalls: Summarize method calls with USDT
2016-12-18 Huapeng Zhousupport macro in call arguments
2016-12-16 4astMerge pull request #862 from palmtenor/cppusdt
2016-12-16 Teng QinExample of using USDT
2016-12-16 Teng QinAdd USDT support to C++ API
2016-12-16 Teng QinDefine a constant for USDT program include header
2016-12-15 Colin Ian KingAdd snapcraft script to package up bcc as a snap
2016-12-14 4astMerge pull request #861 from brendangregg/master
2016-12-14 Brendan GreggImprove linear histogram limit, and improve error message.
2016-12-14 4astMerge pull request #860 from brendangregg/master
2016-12-14 Brendan Greggrunqlen: use bpf_get_smp_processor_id()
2016-12-14 4astMerge pull request #859 from brendangregg/master
2016-12-14 Brendan Greggadd runqlen tool
2016-12-14 Brendan Greggadd print_linear_hist() for linear histograms
2016-12-14 4astMerge pull request #856 from brendangregg/master
2016-12-14 4astMerge pull request #837 from zlim/docker
2016-12-13 Brendan Greggcheck effective userid on run #850
2016-12-12 4astMerge pull request #852 from qmonnet/kernelfeatures
2016-12-12 Quentin Monnetdocs: Update eBPF features list
2016-12-11 4astMerge pull request #818 from ceeaspb/master
2016-12-10 ceeaspbupdate offwaketime with get_stackid
2016-12-09 4astMerge pull request #849 from palmtenor/cppperfevent
2016-12-09 Teng QinPerf event example using C++ API
2016-12-09 Teng QinExpose PMU event support in C++ API
2016-12-09 4astMerge pull request #846 from palmtenor/improve_buffer
2016-12-09 Teng QinImprove C++ API perf buffer polling
2016-12-09 4astMerge pull request #843 from shodoco/flag
2016-12-09 4astMerge pull request #844 from palmtenor/cleanprog
2016-12-09 Teng QinMake sure programs get cleaned up correctly
2016-12-09 4astMerge pull request #845 from affansyed/master
2016-12-09 affansyedfix issue 829
2016-12-09 affansyedMerge pull request #1 from iovisor/master
2016-12-08 Huapeng Zhouadd support for bpf map flags
2016-12-08 4astMerge pull request #842 from zhiyisun/dev
2016-12-08 Zhiyi SunSet EXAMPLE_PROGRAMS in one line.
2016-12-08 Zhiyi SunMerge branch 'master' into dev
next