Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
09534d89de3f22be214ecdda32d5afb0efc25c75
09534d8
Merge pull request #533 from abirchall/abirchall_dev
by 4ast
· 8 years ago
47d871f
move ENOMEM comment; create --stack-storage-size arg; misc cleanup
by Andrew Birchall
· 8 years ago
ee7e5b4
handle ENOMEM in tools/offcputime
by Andrew Birchall
· 9 years ago
50a7424
Merge pull request #542 from mbertrone/master
by 4ast
· 8 years ago
8cbc816
invalid access fixed. parameter for specify the interface added
by Bertrone Matteo
· 8 years ago
a67ef8a
Merge pull request #539 from markdrayton/lua-tools
by 4ast
· 8 years ago
75291d0
Lua ports of biosnoop and stacksnoop
by Mark Drayton
· 9 years ago
10a89ea
Merge pull request #541 from zaafar/master
by Brenden Blanco
· 8 years ago
b0f8e00
Updated the cmake file system to include lua and new networking tools.
by Zaafar Ahmed
· 8 years ago
0cd58f5
Merge pull request #536 from valkum/master
by 4ast
· 8 years ago
80a4e9e
Merge pull request #538 from iovisor/luajit_header_revert
by Brenden Blanco
· 8 years ago
8f82c93
Revert "Force lua main.c to include luajit headers"
by Brenden Blanco
· 8 years ago
ce86b46
Missed this one by extracting this from my actual program.
by Valkum
· 8 years ago
e3a1c18
Add dns_matching example with test case for for unroll, as requested at iovisor-dev@lists.iovisor.org
by Valkum
· 8 years ago
ba275e4
Merge pull request #531 from kivikakk/lua-install-docs
by Brenden Blanco
· 8 years ago
5943759
Lua installation instructions.
by Nicole Izumi
· 8 years ago
63ff0b4
Merge pull request #518 from vmg/vmg/lua-usdt-2
by Brenden Blanco
· 8 years ago
1160608
cc: Use `unique_ptr` instead of `shared_ptr`
by Vicent Marti
· 8 years ago
040df7d
cc: Style fixes
by Vicent Marti
· 9 years ago
1043645
cc: Better memory handling for USDT probes
by Vicent Marti
· 9 years ago
4ea4af4
usdt: Implement `bpf_usdt_readarg` as frontend action
by Vicent Marti
· 9 years ago
1a2ddac
cc: Style fixes
by Vicent Marti
· 9 years ago
051d3e9
lua: Fix tests
by Vicent Marti
· 9 years ago
f7fe094
lua: Implement "Hello world" USDT example
by Vicent Marti
· 9 years ago
9dc87fa
lua: Implement an USDT helper
by Vicent Marti
· 9 years ago
eca4783
cc: Wrap the USDT probe context in a C API
by Vicent Marti
· 9 years ago
a597f7c
cc: Implement `bcc_resolve_global_addr` helper
by Vicent Marti
· 9 years ago
7575c64
Merge pull request #530 from iovisor/bblanco_dev
by 4ast
· 9 years ago
bc94d4c
Fixup tplist and argdist for python3 compat
by Brenden Blanco
· 9 years ago
977091e
Add check for number of arguments
by Brenden Blanco
· 9 years ago
86b819a
Merge pull request #529 from rnav/ptregs_helpers_v2
by Brenden Blanco
· 9 years ago
4afa96a
cc: introduce helpers to access pt_regs in an arch-independent manner
by Naveen N. Rao
· 9 years ago
6acf4b6
Merge pull request #528 from iovisor/bblanco_dev
by Brenden Blanco
· 9 years ago
a1e889b
fix llvm 3.9 build
by Brenden Blanco
· 9 years ago
6bfb3b0
Merge pull request #524 from iovisor/luajit_header
by 4ast
· 9 years ago
c21b9c0
Force lua main.c to include luajit headers
by Brenden Blanco
· 9 years ago
535ad2f
Merge pull request #523 from iovisor/bblanco_dev
by 4ast
· 9 years ago
495604f
Make style-check test non-blocking
by Brenden Blanco
· 9 years ago
aba0df9
Merge pull request #521 from iovisor/bblanco_dev
by Brendan Gregg
· 9 years ago
a687560
Adjust pid filtering/display in runqlat
by Brenden Blanco
· 9 years ago
c58cb19
Merge pull request #519 from iovisor/bblanco_dev
by 4ast
· 9 years ago
0845567
Merge branch 'master' into bblanco_dev
by Brenden Blanco
· 9 years ago
e0f2cd1
Merge pull request #520 from rnav/powerpc-support-v2
by 4ast
· 9 years ago
0301dda
tests: fix a few tests to use the right register on powerpc
by Naveen N. Rao
· 9 years ago
56f2f14
tests: only test arch-specific symbols
by Naveen N. Rao
· 9 years ago
0006ad1
cc: add powerpc support
by Naveen N. Rao
· 9 years ago
1b4f99e
Fix errors on python3
by Brenden Blanco
· 9 years ago
9911182
Use local key/leaf definition instead of bpf_tunnel_key
by Brenden Blanco
· 9 years ago
e3e5ccd
Add clang support for nested struct/union as key field
by Brenden Blanco
· 9 years ago
4a19522
Add a test for broken nested union clang parsing
by Brenden Blanco
· 9 years ago
929fe14
Avoid a warning in bpf_module.cc
by Brenden Blanco
· 9 years ago
420cda2
skip include of kernel bpf.h in test, forward declare instead
by Brenden Blanco
· 9 years ago
8216464
Merge pull request #517 from vmg/vmg/clang-diag
by 4ast
· 9 years ago
75d62a0
Merge pull request #515 from vmg/vmg/static-lua
by 4ast
· 9 years ago
cc3a432
cc/clang: Use positional arguments for diagnostic messages
by Vicent Marti
· 9 years ago
6b58ddf
lua: Proper style for main.c
by Vicent Marti
· 9 years ago
b3dd673
lua: Do not try to detach buffers as kprobes
by Vicent Marti
· 9 years ago
06b5ce5
table.py: Call `__delitem__ when deleting an item :)
by Vicent Marti
· 9 years ago
392f5ed
lua: Fix regeneration of `bcc.lua`
by Vicent Marti
· 9 years ago
602c505
bcc-lua: Build as a C executable
by Vicent Marti
· 9 years ago
6d14b2f
lua: Make all probes executable
by Vicent Marti
· 9 years ago
02f66f4
lua: build as a standalone tool with static libbcc
by Vicent Marti
· 9 years ago
330e4f2
Merge pull request #514 from mcaleavya/master
by Brendan Gregg
· 9 years ago
3c446c7
updated opensnoop to use bpf_perf_output
by mcaleavya
· 9 years ago
751ac54
Merge pull request #498 from vmg/vmg/usdt
by 4ast
· 9 years ago
9259841
cc: Finish USDT implementation
by Vicent Marti
· 9 years ago
dd0a606
cc: Implement symbol resolution for USDT
by Vicent Marti
· 9 years ago
4850155
cc: Split bcc_syms.cc into a C++ header file
by Vicent Marti
· 9 years ago
2ff8e57
cc: Allow callback cancellation on bcc_procutils
by Vicent Marti
· 9 years ago
e725a3a
cc: Add missing include
by Vicent Marti
· 9 years ago
0865f94
usdt: Implement probe resolution [WIP]
by Vicent Marti
· 9 years ago
60542d8
usdt: Implement `assign_to_local`
by Vicent Marti
· 9 years ago
4fa98ea
Add missing license headers
by Vicent Marti
· 9 years ago
0721fa5
usdt: Use `optional` to properly handle missing args
by Vicent Marti
· 9 years ago
2a52048
Move implementation of USDT::Argument into cc file
by Brenden Blanco
· 9 years ago
b264f79
cc: Implement USDT argument parsing in C++
by Vicent Marti
· 9 years ago
e38286b
tests: Port the C API suite to C++/Catch
by Vicent Marti
· 9 years ago
55513a3
Merge pull request #511 from vmg/vmg/find-library
by Brenden Blanco
· 9 years ago
6641cbb
bpf: Wrap `bcc_procutils_which_so` as `BPF.find_library`
by Vicent Marti
· 9 years ago
7d29a46
Merge pull request #507 from vmg/vmg/elf-so
by Brenden Blanco
· 9 years ago
11d107c
packaging: Add `libelf.so` as a runtime dependency
by Vicent Marti
· 9 years ago
c65256d
lua: Only build if LuaJIT is available
by Vicent Marti
· 9 years ago
b147295
Merge pull request #502 from sublimino/patch-1
by 4ast
· 9 years ago
70cfb01
Add libelf-dev to Ubuntu build deps
by Andrew Martin
· 9 years ago
d516406
Merge pull request #495 from vmg/vmg/elf-2
by 4ast
· 9 years ago
2153673
cc: Clang format
by Vicent Marti
· 9 years ago
b93f2c0
cc: Add tests for the C API
by Vicent Marti
· 9 years ago
18ae111
cc: Looser heuristic to detect .so modules
by Vicent Marti
· 9 years ago
6b59b2c
cc: Only try to list ksyms if we're root
by Vicent Marti
· 9 years ago
f088bbf
cc: Move `bcc_resolve_symname` to its proper header
by Vicent Marti
· 9 years ago
411f698
cc: Add missing license headers
by Vicent Marti
· 9 years ago
c1c2373
cc: Format C and C++ code according to Google's styleguide
by Vicent Marti
· 9 years ago
1ad2cef
deps: Add `libelf` to the build requirements
by Vicent Marti
· 9 years ago
9853568
python: Use the native Symbol resolution APIs
by Vicent Marti
· 9 years ago
26cc64b
python: Wrap the new native symbol APIs
by Vicent Marti
· 9 years ago
15867d3
lua: Remove unused files
by Vicent Marti
· 9 years ago
55d75ca
lua: Use the new native Symbol resolver
by Vicent Marti
· 9 years ago
664249b
lua: Wrap the new native APIs
by Vicent Marti
· 9 years ago
be4072a
cc: Add a native Symbol Resolver cache
by Vicent Marti
· 9 years ago
b366ede
cc: Add a set of process utils written in C/C++
by Vicent Marti
· 9 years ago
Next »