Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
91fc7216d264a026fa32d82e2498ec19de1a7519
/
tests
ceff3e0
nfsdist tool (#1347)
by samuelnair
· 7 years ago
166bf0f
nfsslower: trace slow NFS operations
by samuelnair
· 7 years ago
86bcc27
Fix compile errors with ENABLE_USDT=Off
by Brenden Blanco
· 7 years ago
7fef695
Add c-library only option
by Brenden Blanco
· 7 years ago
71fc3d5
move api and create dependent option
by Brenden Blanco
· 7 years ago
574c3eb
Test case for incomplete types
by Paul Chaignon
· 7 years ago
719e100
Trace external pointers from helpers
by Paul Chaignon
· 7 years ago
0ba1507
permit multiple pids attaching to the same probe
by Yonghong Song
· 7 years ago
2c1799c
memleak: expand allocator coverage (#1214)
by Rinat Ibragimov
· 7 years ago
b4691fb
Add USDT sample (#1229)
by bveldhoen
· 7 years ago
555b45e
Added helpers for BPF_PERCPU_ARRAY (#1230)
by Romain
· 7 years ago
1ffe18f
test: python3 fix for test_uprobes (#1228)
by Brenden Blanco
· 7 years ago
341a363
Add probe result verification for usdt unit test
by Yonghong Song
· 7 years ago
505c110
Add a python test for usdt
by Yonghong Song
· 7 years ago
204df9e
Use BPF_F_CURRENT_CPU in perf_submit / perf_read when possible
by Teng Qin
· 7 years ago
f510b6b
Unify perf event enums in Python API
by Teng Qin
· 7 years ago
89d901c
Use bcc_symbol_option in ProcSyms
by Teng Qin
· 8 years ago
aff6ce7
Use bcc_symbol_option in bcc_resolve_symname
by Teng Qin
· 8 years ago
e0f347a
Use bpf_get_first_key in C++ API
by Teng Qin
· 7 years ago
472103b
Merge pull request #1187 from mauriciovasquezbernal/remove_trailing_spaces
by 4ast
· 7 years ago
d1324ac
remove trailing white spaces from source code files
by Mauricio Vasquez B
· 7 years ago
daee97e
Enable recursive scanf support for char[] as string
by Brenden Blanco
· 8 years ago
3bfc877
Use ProcMountNSGuard to manage mount namespace
by Teng Qin
· 8 years ago
bd62f6c
Merge pull request #1104 from mauriciovasquezbernal/bpf_table_string
by Brenden Blanco
· 8 years ago
8e688f8
allow accesing table using strings
by Mauricio Vasquez B
· 8 years ago
9bcad32
test_clang: initialize format string arg on stack
by Brenden Blanco
· 8 years ago
3f28e7b
Disable non-static function calls
by Brenden Blanco
· 8 years ago
76f5a32
Fix delitem operation for PROG_ARRAYs (#1113)
by Paul Chaignon
· 8 years ago
69ceaca
softirqs: Migrate to kernel tracepoints instead of kprobes (#1091)
by Sasha Goldshtein
· 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
064b2f5
Merge pull request #1078 from goldshtn/funcslower
by Brendan Gregg
· 8 years ago
caa14ed
u* tools: per-language wrappers (#1086)
by Paul Chaignon
· 8 years ago
9f8b9e9
funcslower: Add to smoke tests
by Sasha Goldshtein
· 8 years ago
24f77d7
stacksnoop: Retire and move to examples/tracing
by Sasha Goldshtein
· 8 years ago
6ceb329
map.insert bcc helper to expose the BPF_NOEXIST flag (#1085)
by Paul Chaignon
· 8 years ago
9e718f5
Add an option to resolve address without demangling (#1084)
by Teng Qin
· 8 years ago
4bb6d7f
u* tools: automatically detect the language (#1067)
by Paul Chaignon
· 8 years ago
00f662d
Merge pull request #1076 from palmtenor/helpermacro
by Brenden Blanco
· 8 years ago
4b87af0
bcc container improvements (#1051)
by kmjohansen
· 8 years ago
7a3e5bc
Use new helper Macro across files
by Teng Qin
· 8 years ago
a8d6ab6
Merge pull request #1046 from pchaigno/check-fmt-printk
by Brenden Blanco
· 8 years ago
9341942
Verify format specifiers in bpf_trace_printk in rewriter
by Paul Chaignon
· 8 years ago
466de84
Merge pull request #1056 from goldshtn/bpflist-enh
by Brenden Blanco
· 8 years ago
5c41b39
tests: Add smoke tests for most tools
by Sasha Goldshtein
· 8 years ago
563af79
bpflist: Add to tests and use Python directory listing
by Sasha Goldshtein
· 8 years ago
3a23760
python: Allow module=None when resolving kernel symbols
by Sasha Goldshtein
· 8 years ago
4c6ecb4
Restrict rewrite of unary operators to dereference operator
by Paul Chaignon
· 8 years ago
47b74fe
Fix bpf_dins_pkt rewrite in BinaryOperator
by Paul Chaignon
· 8 years ago
7b35436
Fix long running test_debuginfo and python3 fix
by Brenden Blanco
· 8 years ago
1368508
Improve matching of file-backed memory mappings
by Mark Drayton
· 8 years ago
3abf7f5
tests: Test debuginfo through debuglink and build-id sections
by Sasha Goldshtein
· 8 years ago
8698bdb
Support base + index * scale addressing for USDT arguments
by Sasha Goldshtein
· 8 years ago
77d5273
Merge pull request #953 from Appdynamics/master
by Brenden Blanco
· 8 years ago
dacb8ad
python3 compat: tracepoint fixes
by Brenden Blanco
· 8 years ago
bc93238
Fix for test_log_buf to work with python3
by Brenden Blanco
· 8 years ago
f487c79
Yanked all libbcc.so tests out of test/lua/test_standalone.sh
by Michael Przybylski
· 8 years ago
7fb7bfa
Fixed TestUprobes.test_simple_library() in test_uprobes.lua
by Michael Przybylski
· 8 years ago
70e2034
Fixed failing test_simple_library() in test_uprobes.py
by Michael Przybylski
· 8 years ago
942c9c1
Debian jessie compile/test work in progress.
by Michael Przybylski
· 8 years ago
fcd936c
bcc: add support for lpm trie map type
by Huapeng Zhou
· 8 years ago
c6aaaed
tests: Add test for TP_DATA_LOC_READ_CONST
by Sasha Goldshtein
· 8 years ago
8412963
Skip percpu testing on unsupported kernels
by Brenden Blanco
· 8 years ago
bfc1375
Fix python2/3 incompatible percpu helpers
by Brenden Blanco
· 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
b0788f2
fix company copyright
by Huapeng Zhou
· 8 years ago
35d6ff8
add table type to shared tables
by Huapeng Zhou
· 8 years ago
98b9097
support macro in call arguments
by Huapeng Zhou
· 8 years ago
de11d07
add support for bpf map flags
by Huapeng Zhou
· 8 years ago
906af6f
Add lru_hash/lru_percpu_hash to python/lua
by Huapeng Zhou
· 8 years ago
35c7225
Fixup test errors in clang, c api
by Brenden Blanco
· 8 years ago
367234a
python: Fix kprobe quota test breakage, add uprobes
by Sasha Goldshtein
· 8 years ago
163a73f
cc: Support glob+offset format in USDT arguments (#753)
by Sasha Goldshtein
· 8 years ago
676f357
src/lua: LuaJIT BPF compiler, examples, tests (#652)
by Marek Vavruša
· 8 years ago
d19e0cb
Fix or hide a few warnings (#695)
by Marco Leogrande
· 8 years ago
2dece10
Fix bpf log buffer for large bpf program: (#680)
by davidefdl
· 8 years ago
545008a
frontends/clang: Safety check for invalid opLoc in ProbeVisitor (#667)
by Brenden Blanco
· 8 years ago
3069caa
add open_perf_event api for reading perf counters (#643)
by Brenden Blanco
· 8 years ago
cb679d7
Move open_{kprobes,uprobes,tracepoints} into BPF object
by Mark Drayton
· 8 years ago
d9c243e
tests: Test new tracepoint support
by Sasha Goldshtein
· 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
7980933
bcc: Add test for tracepoint support
by Sasha Goldshtein
· 8 years ago
6862875
Merge pull request #573 from markdrayton/pid-map
by 4ast
· 8 years ago
769edf9
Add support for reading symbols from /tmp/perf-pid.map
by Mark Drayton
· 8 years ago
9964bf2
Check for NULL result from bpf_attach_kprobe
by Brenden Blanco
· 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
051d3e9
lua: Fix tests
by Vicent Marti
· 9 years ago
eca4783
cc: Wrap the USDT probe context in a C API
by Vicent Marti
· 9 years ago
977091e
Add check for number of arguments
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
495604f
Make style-check test non-blocking
by Brenden Blanco
· 9 years ago
0845567
Merge branch 'master' into bblanco_dev
by Brenden Blanco
· 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
Next »