platform/upstream/bcc.git
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-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
2016-11-29 Teng QinRename exception.h to bcc_exception.h
2016-11-29 Teng QinMove StatusTuple definition to exception.h
2016-11-29 4astMerge pull request #820 from brendangregg/master
2016-11-29 Brendan Greggtcplife.py: Catch passive closed by server, #788
2016-11-29 4astMerge pull request #781 from palmtenor/api
2016-11-28 William CohenEliminate rpmlint errors and allow bcc srpm to build...
2016-11-24 Teng QinExamples of using BCC C++ API
2016-11-24 Teng QinBasic BCC C++ API
2016-11-24 Teng QinAdd helper method to exception.h
2016-11-24 Teng QinInstall exception.h and common.h
2016-11-24 Teng QinUpdate .clang-format configs
2016-11-24 4astMerge pull request #817 from iovisor/clang_c_fixes
2016-11-24 Brenden BlancoFixup test errors in clang, c api
2016-11-18 4astMerge pull request #813 from goldshtn/trace-usdt-pid-fix
2016-11-14 4astdocs: Fix typos (#811)
2016-11-14 Jakub Wilkdocs: Fix typos
2016-11-13 Sasha Goldshteintrace: Avoid passing -1 as the pid to USDT
2016-11-11 Taekho Namfix some typos (#810)
2016-11-11 Teng QinFix Tracepoint example (#809)
next