platform/upstream/bcc.git
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
2016-04-28 Vicent Marticc: Finish USDT implementation
2016-04-28 Vicent Marticc: Implement symbol resolution for USDT
2016-04-28 Vicent Marticc: Split bcc_syms.cc into a C++ header file
2016-04-28 Vicent Marticc: Allow callback cancellation on bcc_procutils
2016-04-28 Vicent Marticc: Add missing include
2016-04-28 Vicent Martiusdt: Implement probe resolution [WIP]
2016-04-28 Vicent Martiusdt: Implement `assign_to_local`
2016-04-28 Vicent MartiAdd missing license headers
2016-04-28 Vicent Martiusdt: Use `optional` to properly handle missing args
2016-04-28 Brenden BlancoMove implementation of USDT::Argument into cc file
2016-04-28 Vicent Marticc: Implement USDT argument parsing in C++
2016-04-28 Vicent Martitests: Port the C API suite to C++/Catch
2016-04-28 Brenden BlancoMerge pull request #511 from vmg/vmg/find-library
2016-04-28 Vicent Martibpf: Wrap `bcc_procutils_which_so` as `BPF.find_library`
2016-04-27 Brenden BlancoMerge pull request #507 from vmg/vmg/elf-so
2016-04-26 Vicent Martipackaging: Add `libelf.so` as a runtime dependency
2016-04-26 Vicent Martilua: Only build if LuaJIT is available
2016-04-23 4astMerge pull request #502 from sublimino/patch-1
2016-04-23 Andrew MartinAdd libelf-dev to Ubuntu build deps
2016-04-20 4astMerge pull request #495 from vmg/vmg/elf-2
2016-04-20 Vicent Marticc: Clang format
2016-04-20 Vicent Marticc: Add tests for the C API
2016-04-20 Vicent Marticc: Looser heuristic to detect .so modules
2016-04-20 Vicent Marticc: Only try to list ksyms if we're root
2016-04-20 Vicent Marticc: Move `bcc_resolve_symname` to its proper header
2016-04-20 Vicent Marticc: Add missing license headers
2016-04-20 Vicent Marticc: Format C and C++ code according to Google's styleguide
2016-04-20 Vicent Martideps: Add `libelf` to the build requirements
2016-04-20 Vicent Martipython: Use the native Symbol resolution APIs
2016-04-20 Vicent Martipython: Wrap the new native symbol APIs
2016-04-20 Vicent Martilua: Remove unused files
2016-04-20 Vicent Martilua: Use the new native Symbol resolver
2016-04-20 Vicent Martilua: Wrap the new native APIs
2016-04-20 Vicent Marticc: Add a native Symbol Resolver cache
2016-04-20 Vicent Marticc: Add a set of process utils written in C/C++
2016-04-20 Vicent Marticc: Add a set of ELF-related APIs based on libelf
2016-04-20 Vicent Marticmake: Add dependency to LibELF
2016-04-20 Vicent Marticmake: Properly use library detection modules
2016-04-19 4astMerge pull request #496 from iovisor/bblanco_dev
2016-04-19 Brenden BlancoAdd clang-format file, tweak style-check.sh
2016-04-19 Brenden BlancoAdd ctest for style, using clang-format
2016-04-19 Brenden BlancoRemove git-clang-format output when no files are modified
2016-04-19 Brenden BlancoAdd git-clang-format to be used for testing source...
2016-04-19 4astMerge pull request #494 from iovisor/install-md
2016-04-19 Brenden BlancoUpdate INSTALL.md with Xenial instructions
2016-04-18 4astMerge pull request #493 from iovisor/bblanco_dev
2016-04-18 Brenden BlancoLet bcc debian build depend on 3.7|3.8
2016-04-17 Brenden BlancoMerge pull request #489 from aaronpuchert/permissive_regex
2016-04-17 4astMerge pull request #490 from vmg/vmg/lua64
2016-04-17 Brenden BlancoMerge pull request #487 from bobrik/ubuntu-install
2016-04-16 Aaron PuchertDon't require "OS ABI" specification in libraries
2016-04-15 Vicent Martilua: Properly support high-range 64 addresses
2016-04-14 Ivan BabrouInstall all required packages on ubuntu
2016-04-11 4astMerge pull request #482 from markdrayton/lua-outside...
2016-04-11 4astMerge pull request #483 from iovisor/bblanco_dev
next