Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
492a2bf35aaf1d7a5a445b85b75b1721a3a6a3cd
/
tests
/
cc
b5cadaf
fix get_table_offline for percpu hash table
by Mauricio Vasquez B
· 6 years ago
8265aca
Unify and improve C++'s USDT implementation (#1841)
by Teng Qin
· 6 years ago
28b7fff
introduce C++ get_syscall_fnname API
by Yonghong Song
· 7 years ago
c40b5fd
fix test_libbcc failure with 4.15.
by Yonghong Song
· 7 years ago
63b6e44
Improve clear table API in C++
by Teng Qin
· 7 years ago
d83805d
Avoid including common.h in BPFTable.h
by Teng Qin
· 7 years ago
6044643
Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api
by yonghong-song
· 7 years ago
3dbb0db
Merge pull request #1599 from gmile/fix-dlinfo
by yonghong-song
· 7 years ago
6cd2a9c
Do not rely on RTLD_DI_ORIGIN
by gmile
· 7 years ago
987c6a6
fix percpu table support in c++ api
by Mauricio Vasquez B
· 7 years ago
db7b8eb
add a BPFModule API to disable rw_engine sscanf/snprintf functions
by Yonghong Song
· 7 years ago
b2a2053
insert test cases for BPFProgTable
by Mauricio Vasquez B
· 7 years ago
2489457
usdt: permit each probe to have locations from more than one binary path
by Yonghong Song
· 7 years ago
35771cf
Add Perf Event tests
by Teng Qin
· 7 years ago
c596f4b
Add tests for C++ API Hash table and Stack table
by Teng Qin
· 7 years ago
c15b5c8
Fix 'test_libbcc' from failing because of ruby
by Sandipan Das
· 7 years ago
5ac03dd
Fix 'test_libbcc' from failing due to symbol name mismatch
by Sandipan Das
· 7 years ago
2c4da18
Add utility for cc tests to read command outputs
by Sandipan Das
· 7 years ago
c2d9880
Add usdt support for ARM64
by Yonghong Song
· 7 years ago
f86f053
Add powerpc64 support for some USDT related tests
by Sandipan Das
· 7 years ago
86bcc27
Fix compile errors with ENABLE_USDT=Off
by Brenden Blanco
· 7 years ago
71fc3d5
move api and create dependent option
by Brenden Blanco
· 7 years ago
89d901c
Use bcc_symbol_option in ProcSyms
by Teng Qin
· 7 years ago
aff6ce7
Use bcc_symbol_option in bcc_resolve_symname
by Teng Qin
· 7 years ago
e0f347a
Use bpf_get_first_key in C++ API
by Teng Qin
· 7 years ago
3bfc877
Use ProcMountNSGuard to manage mount namespace
by Teng Qin
· 8 years ago
8e688f8
allow accesing table using strings
by Mauricio Vasquez B
· 8 years ago
0f3787f
cc: add support for array table
by Mauricio Vasquez B
· 8 years ago
089ad4c
cc: extend c++ api for hash table
by Mauricio Vasquez B
· 8 years ago
4bb6d7f
u* tools: automatically detect the language (#1067)
by Paul Chaignon
· 8 years ago
4b87af0
bcc container improvements (#1051)
by kmjohansen
· 8 years ago
1368508
Improve matching of file-backed memory mappings
by Mark Drayton
· 8 years ago
8698bdb
Support base + index * scale addressing for USDT arguments
by Sasha Goldshtein
· 8 years ago
7e78f3a
Merge pull request #875 from pchaigno/target-process-library
by 4ast
· 8 years ago
7e0784d
fix iteration over CPUs
by Andreas Gerstmayr
· 8 years ago
81654bf
cc: Dynamically allocate memory for library path
by Paul Chaignon
· 8 years ago
690b7e6
cc: Resolve library names using loaded libraries
by Paul Chaignon
· 8 years ago
35c7225
Fixup test errors in clang, c api
by Brenden Blanco
· 8 years ago
163a73f
cc: Support glob+offset format in USDT arguments (#753)
by Sasha Goldshtein
· 8 years ago
d19e0cb
Fix or hide a few warnings (#695)
by Marco Leogrande
· 8 years ago
52cd371
Fix test failure in test_libbcc (#603)
by Brenden Blanco
· 8 years ago
ab78817
ProcSyms: fix off-by-ones, use binary search to resolve addresses (#594)
by Mark Drayton
· 8 years ago
769edf9
Add support for reading symbols from /tmp/perf-pid.map
by Mark Drayton
· 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
eca4783
cc: Wrap the USDT probe context in a C API
by Vicent Marti
· 9 years ago
56f2f14
tests: only test arch-specific symbols
by Naveen N. Rao
· 9 years ago
9259841
cc: Finish USDT implementation
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
b93f2c0
cc: Add tests for the C API
by Vicent Marti
· 9 years ago
5ae15dc
Add libbcc.a compilation and test binary
by Brenden Blanco
· 9 years ago
fb9cd64
Move python tests to tests/python
by Brenden Blanco
· 9 years ago
e90129a
Enforce limit of 1000 open [uk]probes
by Brenden Blanco
· 9 years ago
0dd2441
Fix breakage in open_perf_buffer
by Brenden Blanco
· 9 years ago
f7767b5
Support native integer indexing in table.Array type
by Brenden Blanco
· 9 years ago
3935409
Support array and pointer types in scanf generated function
by Brenden Blanco
· 9 years ago
856b177
Fix segfault in ~BPFModule on syntax error
by Brenden Blanco
· 9 years ago
7468195
Fixes for address calculation
by Brenden Blanco
· 9 years ago
948cefe
Add python support for attaching bpf programs to uprobes
by Brenden Blanco
· 9 years ago
ab81ef2
Rename BPF_EXPORT to BPF_TABLE_PUBLIC
by Brenden Blanco
· 9 years ago
9358850
Add ability to set custom cflags when loading programs
by Brenden Blanco
· 9 years ago
fe88e5a
Improve json type support for misc struct/union types
by Brenden Blanco
· 9 years ago
5820f47
Fixup broken symlink tests/cc/simulation.py
by Brenden Blanco
· 9 years ago
80667b7
Fix unary operator handling of probe reads with parens
by Brenden Blanco
· 9 years ago
7cabfe9
Fix an uninitialized variable access in test_clang
by Yonghong Song
· 9 years ago
14915e0
Support iterating from a 0-filled table key
by Brenden Blanco
· 9 years ago
c48ab4b
Don't treat fundamentally typed args as needing probe_read
by Brenden Blanco
· 9 years ago
74adb73
Mask function calls from influencing probe_read
by Brenden Blanco
· 9 years ago
8207d10
Add ability to consume perf events in python
by Brenden Blanco
· 9 years ago
6ceb251
A more suitable function mame
by Suchakra Sharma
· 9 years ago
0bde502
Merge branch 'master' into open_probes
by Suchakra Sharma
· 9 years ago
416613a
Helper to get open k[ret]probes. Fixes #236
by Suchakra Sharma
· 9 years ago
6255f1f
Add support for char[N] as a histogram key
by Brenden Blanco
· 9 years ago
f0b15c4
Add BPF_HISTOGRAM type and print support
by Brenden Blanco
· 9 years ago
05f60a8
Add a better test case for nested probe reads
by Brenden Blanco
· 9 years ago
8ed57a2
Add support for static helper functions
by Brenden Blanco
· 9 years ago
9518e74
Fix probe reads on char[] types
by Brenden Blanco
· 9 years ago
70fa0a1
Translate multiple pointer dereference into bpr_probe_read
by Brenden Blanco
· 9 years ago
b411117
Change test_xlate1 to use act_bpf instead of cls_bpf
by Brenden Blanco
· 9 years ago
7e71aef
Improve coverage for kprobe event_re
by Brenden Blanco
· 9 years ago
3c4a29c
Fix the inline replace of kprobe args
by Brenden Blanco
· 9 years ago
7b9e5f1
Add BPF_HASH macro with variadic arguments
by Brenden Blanco
· 9 years ago
6364047
The use of schedule+<offset> was unstable, remove it
by Brenden Blanco
· 9 years ago
c35989d
Rename python module name to 'bcc' from 'bpf'
by Brenden Blanco
· 9 years ago
b71f9fa
test_trace4 is unreliable, use a different test regex
by Brenden Blanco
· 9 years ago
5a888c7
Add regex support to attach_k[ret]probe
by Brenden Blanco
· 9 years ago
4f74646
Add test case for clearing of maps from python
by Brenden Blanco
· 9 years ago
5eef65e
Change API of attach_kprobe to take a name argument
by Brenden Blanco
· 9 years ago
6e64585
Merge pull request #128 from iovisor/weichunc_dev
by Brenden Blanco
· 9 years ago
cb41b2b
test_brb2: only account for IP and ARP packets
by Wei-Chun Chao
· 9 years ago
2582ecf
Add testing for scanf/printf in python, deprecate table_update
by Brenden Blanco
· 9 years ago
a328d23
Support nested rewrite of trace arguments in bpf_trace_printk
by Brenden Blanco
· 9 years ago
dfcdf0a
Fix recursive loop in parsing pointer to self struct
by Brenden Blanco
· 9 years ago
Next »