Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
ab01e24da5c7a5d8941135b4be14be542f97feee
ab01e24
Move original 'tools/wakeuptime' to old tools
by Sandipan Das
· 7 years ago
958bd4e
Update 'tools/wakeuptime' documentation
by Sandipan Das
· 7 years ago
0bcc36b
Fix 'test_tools_smoke' from failing due to 'tools/wakeuptime'
by Sandipan Das
· 7 years ago
3edb453
Make 'tools/wakeuptime' use an offcpu filter
by Sandipan Das
· 7 years ago
2c2d46f
Make 'tools/wakeuptime' use stack maps
by Sandipan Das
· 7 years ago
0342ef5
Merge pull request #1443 from iovisor/yhs_dev
by 4ast
· 7 years ago
e86b017
use user-provided log_level in bpf_prog_load
by Yonghong Song
· 7 years ago
5e86c13
Merge pull request #1442 from palmtenor/enum_header
by 4ast
· 7 years ago
73e2f2d
Move BCC debug options to an installed header file
by Teng Qin
· 7 years ago
94d15bc
change frontend rewriter to better handle anonymous struct/union
by Yonghong Song
· 7 years ago
1d0f292
bpf: use MCJIT explicitly for ExecutionEngine
by Gary Lin
· 7 years ago
06c0528
Merge pull request #1436 from palmtenor/loglevel
by 4ast
· 7 years ago
de258ba
Add flag to enable verifier log_level 2
by Teng Qin
· 7 years ago
2d33f35
Merge pull request #1433 from palmtenor/logmsg
by 4ast
· 7 years ago
eea5528
Use bpf_prog_load_flag in APIs
by Teng Qin
· 7 years ago
797669f
Refactor log message handling when loading program
by Teng Qin
· 7 years ago
447ad50
Merge pull request #1418 from zoidbergwill/master
by 4ast
· 7 years ago
44ad8a1
Always use spaces in C in the tutorial
by William Stewart
· 7 years ago
6fc8d15
fix clang frontend issues for fc26
by Yonghong Song
· 7 years ago
a9a5ff7
Merge pull request #1425 from palmtenor/fixmodule
by yonghong-song
· 7 years ago
8c0e4b9
Merge pull request #1130 from cherusk/master
by 4ast
· 7 years ago
1df0f88
Fix Module display for unreadable Modules
by Teng Qin
· 7 years ago
f609af2
Add soname to libbpf.so
by Rafael Fonseca
· 7 years ago
bc5791c
Merge pull request #1424 from palmtenor/bps
by yonghong-song
· 7 years ago
d77a41b
Fix compilation issue in bps
by Teng Qin
· 7 years ago
ee433d4
Merge pull request #1383 from pchaigno/pep8
by 4ast
· 7 years ago
fab43ed
Merge pull request #1417 from iovisor/yhs_dev
by 4ast
· 7 years ago
740c407
Merge pull request #1414 from iovisor/yhs_dev
by 4ast
· 7 years ago
16f201f
Merge pull request #1384 from pchaigno/fix-mdflush-linux-4.14
by yonghong-song
· 7 years ago
6e45749
Merge pull request #1285 from pchaigno/track-external-pointers-maps
by yonghong-song
· 7 years ago
6b511bd
Merge pull request #1413 from r4f4/fix-exception-py3
by yonghong-song
· 7 years ago
eb6ddc0
bpf: make test py_test_tools_smoke pass on arm64
by Yonghong Song
· 7 years ago
c2d9880
Add usdt support for ARM64
by Yonghong Song
· 7 years ago
6be6e2c
Fix exception handling in python3
by Rafael Fonseca
· 7 years ago
e67cb56
Merge BType, Map, and Probe Consumers
by Paul Chaignon
· 7 years ago
eae0acf
Trace external pointers through maps
by Paul Chaignon
· 7 years ago
fbbe6d6
Merge pull request #1393 from pchaigno/handle-epipe
by 4ast
· 7 years ago
1e7dc39
Merge pull request #1411 from iovisor/yhs_dev
by 4ast
· 7 years ago
3d51c0f
Merge pull request #1405 from iamkafai/kafai_dev
by yonghong-song
· 7 years ago
f89cb40
Introduce BPF Program Snapshot helper (bps)
by Martin KaFai Lau
· 7 years ago
3c24ad9
Add a few introspection helpers
by Martin KaFai Lau
· 7 years ago
df36816
bpf: Add support for prog_name and map_name
by Martin KaFai Lau
· 7 years ago
ae194a1
Merge pull request #1408 from afiskon/master
by yonghong-song
· 7 years ago
7abe63a
bpf: fix a couple of issues related to arm64
by Yonghong Song
· 7 years ago
3ffc80e
mdflush: fix for Linux 4.14
by Paul Chaignon
· 7 years ago
4a950bf
Explain possible reason of an error in scripts that rely on /proc/kallsyms (fixes #1391)
by Aleksander Alekseev
· 7 years ago
3aa8bf4
Merge remote-tracking branch 'origin/master' into iamkafai
by Martin KaFai Lau
· 7 years ago
648554d
Prepare debian changelog for v0.4.0 tag
by Brenden Blanco
· 7 years ago
d2786b6
Merge pull request #1401 from iovisor/yhs_dev
by 4ast
· 7 years ago
bc3c1e4
Merge pull request #1398 from sandip4n/fix-pt-regs-sp
by yonghong-song
· 7 years ago
f9bce9e
Update INSTALL.md
by David Xia
· 7 years ago
2803c6e
Fix helper to access stack pointer for powerpc
by Sandipan Das
· 7 years ago
d049252
bpf: rename helper function bpf_get_stackid
by Yonghong Song
· 7 years ago
4bfc434
Merge pull request #1397 from iovisor/yhs_dev
by 4ast
· 7 years ago
e6e6627
Merge pull request #1390 from iovisor/yhs_dev
by 4ast
· 7 years ago
dd3e7ea
bpf: print out the src debug info to a temporary file
by Yonghong Song
· 7 years ago
c53d8ae
attempt to compile with system bpf.h if default compile failed
by Yonghong Song
· 7 years ago
860dbb0
Exit on EPIPE
by Paul Chaignon
· 7 years ago
7bb5233
Merge pull request #1369 from pchaigno/execsnoop-max-args
by Brendan Gregg
· 7 years ago
fdf9b08
correct spelling mistakes
by Edward Betts
· 7 years ago
a0c9b48
execsnoop: argument to change the number of arguments parsed
by Paul Chaignon
· 7 years ago
b334702
Merge pull request #1388 from sandip4n/fix-tools-syscount
by Brendan Gregg
· 7 years ago
5054de5
Merge pull request #1389 from iovisor/yhs_dev
by 4ast
· 7 years ago
0e8c031
Merge pull request #1361 from navytux/y/hardirqs-d-fix
by Brendan Gregg
· 7 years ago
044263b
sync src/cc/compat/linux headers with latest net-next
by Yonghong Song
· 7 years ago
920319d
Merge pull request #1360 from navytux/y/execsnoop-x-fix
by Brendan Gregg
· 7 years ago
3c67c2f
Merge pull request #1386 from sandip4n/set-sdt-constraint
by yonghong-song
· 7 years ago
8b8e16b
Merge pull request #1385 from pchaigno/support-enums-map-visitor
by yonghong-song
· 7 years ago
a068a03
Fix 'tools/syscount' from using incorrect fallback values
by Sandipan Das
· 7 years ago
9ab1cee
Set default USDT argument parser
by Sandipan Das
· 7 years ago
f7f873a
Fix segfault with enumerations
by Paul Chaignon
· 7 years ago
54a5b4d
Merge pull request #1382 from palmtenor/vdso
by yonghong-song
· 7 years ago
ae0e025
bashreadline: linter cleanup
by Paul Chaignon
· 7 years ago
7b911b5
sslsniff: linter cleanup
by Paul Chaignon
· 7 years ago
897c686
trace: linter cleanup
by Paul Chaignon
· 7 years ago
c8b4f67
ucalls: linter cleanup
by Paul Chaignon
· 7 years ago
044ccea
nfsslower: linter cleanup
by Paul Chaignon
· 7 years ago
2e07ddc
memleak: linter cleanup
by Paul Chaignon
· 7 years ago
7297af0
tcptracer: linter cleanup
by Paul Chaignon
· 7 years ago
6d9b1b2
tcptop: linter cleanup
by Paul Chaignon
· 7 years ago
4601792
dbslower: linter cleanup
by Paul Chaignon
· 7 years ago
e617bf4
bpflist: linter cleanup
by Paul Chaignon
· 7 years ago
1670d33
Allow BCC to parse vDSO symbols
by Teng Qin
· 7 years ago
a9e5f53
Improve bcc_procutils_each_module logic
by Teng Qin
· 7 years ago
5b08d38
libbpf: print error to error stream
by Prashant Bhole
· 7 years ago
e9fa659
libbpf: return error when if_nametoindex returns 0
by Prashant Bhole
· 7 years ago
7c9d8c9
Merge pull request #1378 from palmtenor/ksyms_opt
by yonghong-song
· 7 years ago
66b8edd
Merge pull request #1377 from palmtenor/ksym_segfault
by yonghong-song
· 7 years ago
2e20494
Merge pull request #1376 from sandip4n/fix-tools-statsnoop
by Brendan Gregg
· 7 years ago
8cc8fc3
Improve Kernel symbols loading
by Teng Qin
· 7 years ago
9c38f48
Avoid potential SEGFAULT when resolving Kernel symbols
by Teng Qin
· 7 years ago
16523a3
Fix 'tools/statsnoop' from failing to attach kprobes
by Sandipan Das
· 7 years ago
253b27d
Update USDT argument constraint for powerpc and powerpc64
by Sandipan Das
· 7 years ago
38dfff6
Set USDT argument constraint for all architectures
by Sandipan Das
· 7 years ago
782b34f
Merge pull request #1374 from pbhole/dns_matching1
by yonghong-song
· 7 years ago
b2b9133
examples:dns_matching: accept args from user
by Prashant Bhole
· 7 years ago
af83f6f
examples:dns_matching: make it work as DNS sniffer
by Prashant Bhole
· 7 years ago
422db70
Merge pull request #1365 from sandip4n/add-usdt-ppc64
by yonghong-song
· 7 years ago
91837ca
add debug option to dump asm insns embedded with source
by Yonghong Song
· 7 years ago
7436872
examples:dns_matching: helper function for adding cache entry
by Prashant Bhole
· 7 years ago
Next »