platform/upstream/bcc.git
2016-06-13 Brenden BlancoMerge pull request #563 from qmonnet/debug-output
2016-06-13 Quentin Monnetpython: With DEBUG_BPF, print BPF error even if log_buf...
2016-06-13 Quentin Monnetpython: Print BPF syscall error if DEBUG_BPF is on...
2016-06-08 Brendan GreggMerge pull request #562 from evverx/change-kernel-user...
2016-06-07 Evgeny Vereshchaginoffcputime: add the -d option
2016-06-07 Evgeny Vereshchaginoffcputime: change user/kernel stack order
2016-06-07 Brendan GreggMerge pull request #561 from evverx/folded-dont-miss...
2016-06-07 Evgeny Vereshchaginoffcputime -f: don't miss backtrace bounds
2016-06-06 Brendan GreggMerge pull request #560 from evverx/clarify-offcputime
2016-06-06 Brendan GreggMerge pull request #554 from evverx/fix-p-option
2016-06-06 Evgeny VereshchaginUpdate manpage for offcputime
2016-06-03 Evgeny VereshchaginFix tools[/old]/offcputime -p PID
2016-06-03 4astMerge pull request #555 from markdrayton/execsnoop
2016-06-02 Mark Draytonexecsnoop: show PPID in output
2016-06-02 Mark Draytonexecsnoop: use BPF_PERF_OUTPUT instead of trace pipe
2016-06-01 Brenden BlancoMerge pull request #557 from ryanmiao/mypr
2016-06-01 Brenden BlancoMerge pull request #544 from abirchall/abirchall_release
2016-05-29 Jincheng Miaoset use_errno to True for libbcc.so
2016-05-27 Brenden BlancoMerge pull request #552 from evverx/install-tools-old
2016-05-26 Evgeny VereshchaginPoint people to tools/old
2016-05-26 Evgeny VereshchaginInstall tools/old too
2016-05-24 4astMerge pull request #551 from vmg/vmg/lua-para
2016-05-24 Vicent Martilua: Allow LuaJIT parameterized types in `open_perf_buffer`
2016-05-24 4astMerge pull request #550 from markdrayton/trace-fields
2016-05-24 Mark DraytonUse BPF_PERF_OUTPUT for fileslower and stacksnoop
2016-05-24 Andrew BirchallUpdate documentation and man page for offcputime
2016-05-24 Andrew BirchallAdd user space stack traces to offcputime
2016-05-23 Brenden BlancoMerge pull request #535 from MQasimSarfraz/patch-1
2016-05-20 Brenden BlancoMerge pull request #546 from iamkafai/master
2016-05-20 Martin KaFai LauThis diff fixes a few fd leaks after reading files...
2016-05-19 Qasim SarfrazRemoving htons in tunnel.py for consistency.
2016-05-17 Brendan GreggMerge pull request #543 from abirchall/abirchall_release
2016-05-17 Andrew Birchalladd --kernel-threads-only to tools/offcputime
2016-05-17 4astMerge pull request #533 from abirchall/abirchall_dev
2016-05-16 Andrew Birchallmove ENOMEM comment; create --stack-storage-size arg...
2016-05-16 Andrew Birchallhandle ENOMEM in tools/offcputime
2016-05-16 4astMerge pull request #542 from mbertrone/master
2016-05-16 Bertrone Matteoinvalid access fixed. parameter for specify the interfa...
2016-05-13 Qasim SarfrazMerge branch 'master' into patch-1
2016-05-13 Qasim SarfrazAvoid byte swap for vxlan port
2016-05-13 4astMerge pull request #539 from markdrayton/lua-tools
2016-05-12 Mark DraytonLua ports of biosnoop and stacksnoop
2016-05-12 Brenden BlancoMerge pull request #541 from zaafar/master
2016-05-12 Zaafar AhmedUpdated the cmake file system to include lua and new...
2016-05-11 4astMerge pull request #536 from valkum/master
2016-05-11 Brenden BlancoMerge pull request #538 from iovisor/luajit_header_revert
2016-05-11 Brenden BlancoRevert "Force lua main.c to include luajit headers"
2016-05-11 ValkumMissed this one by extracting this from my actual program.
2016-05-11 ValkumAdd dns_matching example with test case for for unroll...
2016-05-06 Brenden BlancoMerge pull request #531 from kivikakk/lua-install-docs
2016-05-06 Nicole IzumiLua installation instructions.
2016-05-06 Brenden BlancoMerge pull request #518 from vmg/vmg/lua-usdt-2
2016-05-06 Vicent Marticc: Use `unique_ptr` instead of `shared_ptr`
2016-05-06 Vicent Marticc: Style fixes
2016-05-06 Vicent Marticc: Better memory handling for USDT probes
2016-05-06 Vicent Martiusdt: Implement `bpf_usdt_readarg` as frontend action
2016-05-06 Vicent Marticc: Style fixes
2016-05-06 Vicent Martilua: Fix tests
2016-05-06 Vicent Martilua: Implement "Hello world" USDT example
2016-05-06 Vicent Martilua: Implement an USDT helper
2016-05-06 Vicent Marticc: Wrap the USDT probe context in a C API
2016-05-06 Vicent Marticc: Implement `bcc_resolve_global_addr` helper
2016-05-05 4astMerge pull request #530 from iovisor/bblanco_dev
2016-05-05 Brenden BlancoFixup tplist and argdist for python3 compat
2016-05-05 Brenden BlancoAdd check for number of arguments
2016-05-05 Brenden BlancoMerge pull request #529 from rnav/ptregs_helpers_v2
2016-05-05 Naveen N. Raocc: introduce helpers to access pt_regs in an arch...
2016-05-05 Brenden BlancoMerge pull request #528 from iovisor/bblanco_dev
2016-05-05 Brenden Blancofix llvm 3.9 build
2016-05-05 4astMerge pull request #524 from iovisor/luajit_header
2016-05-04 Brenden BlancoForce lua main.c to include luajit headers
2016-05-03 4astMerge pull request #523 from iovisor/bblanco_dev
2016-05-03 Brenden BlancoMake style-check test non-blocking
2016-05-03 Brendan GreggMerge pull request #521 from iovisor/bblanco_dev
2016-05-03 Brenden BlancoAdjust pid filtering/display in runqlat
2016-05-02 4astMerge pull request #519 from iovisor/bblanco_dev
2016-05-02 Brenden BlancoMerge branch 'master' into bblanco_dev
2016-05-02 4astMerge pull request #520 from rnav/powerpc-support-v2
2016-05-02 Naveen N. Raotests: fix a few tests to use the right register on...
2016-05-02 Naveen N. Raotests: only test arch-specific symbols
2016-05-02 Naveen N. Raocc: add powerpc support
2016-05-02 Brenden BlancoFix errors on python3
2016-05-02 Brenden BlancoUse local key/leaf definition instead of bpf_tunnel_key
2016-05-02 Brenden BlancoAdd clang support for nested struct/union as key field
2016-05-02 Brenden BlancoAdd a test for broken nested union clang parsing
2016-05-02 Brenden BlancoAvoid a warning in bpf_module.cc
2016-05-02 Brenden Blancoskip include of kernel bpf.h in test, forward declare...
2016-04-30 4astMerge pull request #517 from vmg/vmg/clang-diag
2016-04-30 4astMerge pull request #515 from vmg/vmg/static-lua
2016-04-30 Vicent Marticc/clang: Use positional arguments for diagnostic messages
2016-04-30 Vicent Martilua: Proper style for main.c
2016-04-30 Vicent Martilua: Do not try to detach buffers as kprobes
2016-04-30 Vicent Martitable.py: Call `__delitem__ when deleting an item :)
2016-04-30 Vicent Martilua: Fix regeneration of `bcc.lua`
2016-04-30 Vicent Martibcc-lua: Build as a C executable
2016-04-30 Vicent Martilua: Make all probes executable
2016-04-30 Vicent Martilua: build as a standalone tool with static libbcc
2016-04-29 Brendan GreggMerge pull request #514 from mcaleavya/master
2016-04-29 mcaleavyaupdated opensnoop to use bpf_perf_output
2016-04-28 4astMerge pull request #498 from vmg/vmg/usdt
next