Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
d049252dcdb1b7ed553cd7e8835ee0262c11a67d
d049252
bpf: rename helper function bpf_get_stackid
by Yonghong Song
· 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
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
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
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
2a6a5c5
Merge pull request #1368 from pbhole/fix_dns_matching
by yonghong-song
· 7 years ago
c5ca2a6
Traces external pointers in parenthesized expressions
by Paul Chaignon
· 7 years ago
1e21149
examples:dns_matching: fixed loop break condition
by Prashant Bhole
· 7 years ago
3c40c02
examples:dns_matching: added pragma directive for loop unrolling
by Prashant Bhole
· 7 years ago
07c21f0
examples:dns_matching: fix key length and buffer overrun
by Prashant Bhole
· 7 years ago
a135d89
Merge pull request #1363 from navytux/y/probe-read-const
by yonghong-song
· 7 years ago
fca6607
Merge pull request #1364 from palmtenor/multi_section_so
by yonghong-song
· 7 years ago
67fa222
Fix bcc_resolve_global_addr on shared libraries
by Teng Qin
· 7 years ago
9e02d82
Fix symbol resolution for shared libraries with multiple load sections
by Teng Qin
· 7 years ago
a0c5de1
Add file offset in bcc_procutils_each_module callback
by Teng Qin
· 7 years ago
0daa912
Merge pull request #1358 from palmtenor/load_exe
by yonghong-song
· 7 years ago
f86f053
Add powerpc64 support for some USDT related tests
by Sandipan Das
· 7 years ago
1f0f7b6
Add basic USDT probe support for powerpc64
by Sandipan Das
· 7 years ago
649e7f0
BCC macro for the creation of LPM trie maps (#1359)
by Paul Chaignon
· 7 years ago
5db9d37
Add ELF load ranges for executable binaries
by Teng Qin
· 7 years ago
9756295
Add common helper to read Process executable
by Teng Qin
· 7 years ago
899d3e9
Merge pull request #1357 from palmtenor/load_section
by yonghong-song
· 7 years ago
2dc7daa
bpf_probe_read*: src argument should be const void *.
by Kirill Smelkov
· 7 years ago
f2d125e
hardirqs, softirqs: Fix distribution mode units handling
by Kirill Smelkov
· 7 years ago
ce36bb6
execsnoop: Fix -x handling
by Kirill Smelkov
· 7 years ago
b09e43b
Iterate through all load section when resolving name
by Teng Qin
· 7 years ago
a8f6db9
Add a helper to loop over ELF load sections
by Teng Qin
· 7 years ago
a0dd71e
clang-format and add documentation to bcc_elf.h
by Teng Qin
· 7 years ago
ac5c03c
Add a generic utility to check any binary availability
by Sandipan Das
· 7 years ago
5006054
Fix freezing of 'test_brb' and 'test_brb2' if netperf is not found
by Sandipan Das
· 7 years ago
7db182b
Merge pull request #1356 from sandip4n/fix-test-debuginfo
by yonghong-song
· 7 years ago
bbe32f5
Merge pull request #1355 from pchaigno/links-update
by Brendan Gregg
· 7 years ago
5f102ce
2 talks and 1 blog post referring to bcc
by Paul Chaignon
· 7 years ago
d06b438
Fix 'test_debuginfo' from failing if a symbol has multiple aliases
by Sandipan Das
· 7 years ago
e9e072c
Update docs/kernel-versions.md for xdp/veth
by Gary Lin
· 7 years ago
91fc721
Do not load zero-length function symbols
by Teng Qin
· 7 years ago
488c119
Deduplicate USDT probe locations
by Teng Qin
· 7 years ago
486d348
Add missing nfsdist and nfsslower to snap (#1349)
by Colin Ian King
· 7 years ago
ceff3e0
nfsdist tool (#1347)
by samuelnair
· 7 years ago
98edd9f
Merge pull request #1344 from samuelnair/manpage-fix
by Brendan Gregg
· 7 years ago
434c27b
Fix for incorrect tool arguments in the man pages
by Samuel Nair
· 7 years ago
8322f80
Removed unused Mount Namespace helpers
by Teng Qin
· 7 years ago
15b15ed
Merge pull request #1338 from palmtenor/uprobe_check
by 4ast
· 7 years ago
0760b75
Improve string buffer checking on uprobe attach and detach
by Teng Qin
· 7 years ago
d56fff0
Merge pull request #1332 from iovisor/ast_dev
by yonghong-song
· 7 years ago
6aec309
Merge pull request #1336 from palmtenor/noinstance
by 4ast
· 7 years ago
08dbf13
Merge pull request #1333 from samuelnair/fix-py-tut
by Brendan Gregg
· 7 years ago
4f47e3b
annotate program tag
by Alexei Starovoitov
· 7 years ago
b1df37c
add helpers to access program tag
by Alexei Starovoitov
· 7 years ago
f4543fc
Do not create instance for kprobe
by Teng Qin
· 7 years ago
566597c
Merge pull request #1340 from qmonnet/kernelfeatures
by yonghong-song
· 7 years ago
a3abb65
Merge pull request #1341 from pbhole/fix_http_filter
by yonghong-song
· 7 years ago
ec60e75
examples: fixed http_filter example
by Prashant Bhole
· 7 years ago
ac1334f
Merge pull request #1339 from iovisor/contributing-smoke
by yonghong-song
· 7 years ago
c528446
Merge pull request #1337 from pbhole/fix_vlan_learning
by Brendan Gregg
· 7 years ago
166bf0f
nfsslower: trace slow NFS operations
by samuelnair
· 7 years ago
f1c0be8
docs: update features list
by Quentin Monnet
· 7 years ago
394556c
Mention the smoke tests for new tool contributions
by Sasha Goldshtein
· 7 years ago
53e3afd
examples: fix vlan_learning example
by Prashant Bhole
· 7 years ago
5888989
stackcount: add -K, -U, -d, -D, and -f (#1335)
by Brendan Gregg
· 7 years ago
e7a5bdc
Modified the docs and example to make a fix for https://github.com/iovisor/bcc/issues/139
by Samuel Nair
· 7 years ago
d9641be
Increased allowed path name for USDT probes
by Romain Cledat
· 7 years ago
a91ec38
Merge pull request #1324 from mskarbek/zfs_tools_fix
by Brendan Gregg
· 7 years ago
4f444a5
zfs tools fix for zpl_read/zpl_write removal
by Marcin Skarbek
· 7 years ago
667988c
Fix _GNU_SOURCE redefined warning
by Nan Xiao
· 7 years ago
Next »