Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
9911182c980332099c5e1d3442b663dae4cf62a6
/
tests
4a19522
Add a test for broken nested union clang parsing
by Brenden Blanco
· 9 years ago
420cda2
skip include of kernel bpf.h in test, forward declare instead
by Brenden Blanco
· 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
581fc7d
Add ctest for style, using clang-format
by Brenden Blanco
· 9 years ago
33a3daf
Use lookup instead of delete in test_stackid
by Brenden Blanco
· 9 years ago
8f412d2
bcc-lua: Add test for standalone `bcc-lua`
by Vicent Marti
· 9 years ago
a833369
lua: Fix tests to work in strict mode
by Vicent Marti
· 9 years ago
a480304
Merge pull request #457 from vmg/vmg/lua
by 4ast
· 9 years ago
ab32481
cmake: Use the wrapper script for Lua tests too
by Vicent Marti
· 9 years ago
1e543fa
cmake: Find `sudo` explicitly
by Vicent Marti
· 9 years ago
81990c3
bpf.lua: Implement `dump_func`
by Vicent Marti
· 9 years ago
72d7aa3
test.lua: Port the `test_uprobes` suite
by Vicent Marti
· 9 years ago
28b4efe
cmake: Run the Lua tests too
by Vicent Marti
· 9 years ago
e4e83ec
test.lua: Port `test_clang` to Lua
by Vicent Marti
· 9 years ago
c0e5ef8
test.lua: Add basic test library and helpers
by Vicent Marti
· 9 years ago
f822836
b_frontend_action.cc changed pc_hash/array to percpu_hash/array
by Zaafar Ahmed
· 9 years ago
8bd6fba
added u64 testcase
by Zaafar Ahmed
· 9 years ago
70389de
added a very simple testcase for PerCpu support patch.
by Zaafar Ahmed
· 9 years ago
ef6bb80
Better get_stackid rewriter logic and unittest version testing
by Brenden Blanco
· 9 years ago
ad0e883
Rename stack lookup() to get_stackid
by Brenden Blanco
· 9 years ago
9cafce2
Basic implementation of stacktrace table
by Brenden Blanco
· 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
1c02a23
Update test_dump_func to be python3 compatible
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
4b4bd27
Automatically bump memlock ulimit
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
c48f9d9
Bump ulimit for locked memory in test wrapper
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
1ec985d
add test for dump_func method
by Rich Lane
· 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
985adf6
Add update_table API: accepts sscanf style strings and populates a map
by Brenden Blanco
· 9 years ago
00ee4fe
Add LLVM IR based sscanf routine, to be run by the JIT
by Brenden Blanco
· 9 years ago
52b0a90
Add framework to support map string reader (fuse feature)
by Brenden Blanco
· 9 years ago
e913eb9
Change wording to "Recommended"
by Brenden Blanco
· 9 years ago
bbc2b03
Add cmake checks for required test programs
by Brenden Blanco
· 9 years ago
a3ef55b
Change to simulator arguments for readability
by Brenden Blanco
· 9 years ago
00eb088
do not demonize iperf server and netserver
by Yonghong Song
· 9 years ago
8147e32
explicit kill deamon "iperf" and "netserver" in namespace
by Yonghong Song
· 9 years ago
a51ec2f
add required parameter ifc_name for additional ifc adding to ns
by Yonghong Song
· 9 years ago
485af95
rewrite test_brb/test_brb2 python binding with pyroute2
by Yonghong Song
· 9 years ago
3a89864
fix and improve test brb/brb2
by Yonghong Song
· 9 years ago
6ec65e4
Drop PROTO macro syntax and introduce alternative
by Brenden Blanco
· 9 years ago
b711d45
Automate bpf_probe_read
by Brenden Blanco
· 9 years ago
561dafc
Clean some brittle parts of clang rewriter
by Brenden Blanco
· 9 years ago
797224c
use new get_table interface to avoid specify key/leaf type in py code
by Yonghong Song
· 9 years ago
6d82a58
Make python table accesses more pythonic
by Brenden Blanco
· 9 years ago
3b74b13
reduce test time for test_brb and test_brb2
by Yonghong Song
· 9 years ago
c546271
Automatically detect key/leaf type in clang
by Brenden Blanco
· 9 years ago
1ae36fb
Use "ip" instead of "route" command
by Brenden Blanco
· 9 years ago
f51da40
Fix python3 incompatible code in tests
by Brenden Blanco
· 9 years ago
ad44963
python commands module is removed in python 3, use subprocess
by Yonghong Song
· 9 years ago
004f005
Remove the BPF_EXPORT macro, use rewriter instead
by Brenden Blanco
· 9 years ago
42cd96b
add another bridge-router-bridge test (test_brb2)
by Yonghong Song
· 9 years ago
5604fc8
use 64bit ulonglong to represent mac address
by Yonghong Song
· 9 years ago
Next »