platform/upstream/bcc.git
2016-12-21 Huapeng Zhoufix company copyright
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-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
2016-12-08 Zhiyi SunFix bug of missing to install simple_tc.py
2016-12-07 Brenden BlancoMerge pull request #840 from zhiyisun/dev
2016-12-06 Zhiyi SunAdd support for aarch64
2016-12-03 4astMerge pull request #838 from palmtenor/logmsg
2016-12-03 Teng QinAvoid unexpected log message on BPF program load error
2016-12-02 4astMerge pull request #836 from shodoco/lruhash
2016-12-02 Huapeng ZhouAdd lru_hash/lru_percpu_hash to python/lua
2016-12-02 shodocoMerge branch 'master' into lruhash
2016-12-01 Zi Shen Limadd Quick Start Guide for bcc docker
2016-12-01 Huapeng Zhoubcc: add lru_hash and lru_percpu_hash map types
2016-12-01 4astMerge pull request #832 from brendangregg/master
2016-12-01 Brendan Greggprofile: -p should match user PID
2016-12-01 4astMerge pull request #831 from brendangregg/master
2016-12-01 Brendan Greggtcplife: reorder logic to catch missed timestamps
2016-11-30 4astMerge pull request #830 from lcp/fix-data_t
2016-11-30 Gary Linhello_perf_output: match the data type of pid
2016-11-30 4astMerge pull request #828 from palmtenor/dbgflg
2016-11-30 Teng QinRemove debug flag override in bcc_exception.h
2016-11-30 4astMerge pull request #824 from palmtenor/exception_h
2016-11-30 Teng QinUse StatusTuple constructor in mkstatus_
2016-11-30 Teng QinImplement StatusTuple class instead of using std::tuple
2016-11-29 Teng QinRemove unused headers and Macro
2016-11-29 4astMerge pull request #825 from brendangregg/master
2016-11-29 Brendan Greggbiotop.py: fix compiler error on newer kernels
2016-11-29 Brenden BlancoMerge pull request #823 from kinvolk/krnowak/kernel...
2016-11-29 4astMerge pull request #822 from iovisor/llvm_40_build
2016-11-29 Krzesimir NowakDetermine kernel dirs at runtime (fix #743)
2016-11-29 Brenden BlancoAdd LLVMCoroutines lib for llvm>=4.0 builds
2016-11-29 Brenden BlancoMerge pull request #821 from palmtenor/adjust_headers
next