Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
bad7a20c49d20a2303ee2f14cc9de23b0562a204
/
src
bad7a20
Merge pull request #1750 from iovisor/yhs_dev
by 4ast
· 6 years ago
fe966bb
Use print function for Python 3 compatibility (#1748)
by Javier Honduvilla Coto
· 6 years ago
0c27472
fix get_kprobe_functions
by Yonghong Song
· 6 years ago
0a43633
Fix issue #1744. (#1746)
by Luca Rupp
· 6 years ago
a91c8c2
Fix `trace_fields` Python3 encoding issue (#1745)
by Javier Honduvilla Coto
· 6 years ago
ad2d0d9
Trace all external pointers passed through a first map (#1737)
by Paul Chaignon
· 6 years ago
42da08a
Fix USDT probes arguments' encoding in Python3 (#1736)
by Javier Honduvilla Coto
· 6 years ago
c2b87ba
Fix issue with structure member dereferences
by Paul Chaignon
· 7 years ago
be7955b
Merge pull request #1731 from pchaigno/fix-test_complex
by yonghong-song
· 6 years ago
d1a83c1
Fix "'ArgString' object has no attribute 'rfind'" error
by Paul Chaignon
· 7 years ago
2af81df
Fix bpf_trace_printk() for big-endian targets
by Sandipan Das
· 7 years ago
01c843e
Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx
by yonghong-song
· 7 years ago
b66a9c9
Detect external pointers from context pointers
by Paul Chaignon
· 7 years ago
eb88b35
fix lua compilation issue with latest clang/llvm 7.0
by Yonghong Song
· 7 years ago
806627e
fix compilation error with latest llvm
by Yonghong Song
· 7 years ago
46ebd9e
fix compilation with latest clang/llvm 7.0
by Yonghong Song
· 7 years ago
0d72237
introduce {attach|detach}_raw_tracepoint API
by Yonghong Song
· 7 years ago
4e28545
sync bpf compat headers with latest net-next, update doc for helpers
by Quentin Monnet
· 7 years ago
5cf8788
clang-format C++ API and example files
by Teng Qin
· 7 years ago
15488d7
Add checks of table type in constructor
by Teng Qin
· 7 years ago
bbc3fbf
Merge pull request #1715 from iovisor/yhs_dev
by 4ast
· 7 years ago
28b7fff
introduce C++ get_syscall_fnname API
by Yonghong Song
· 7 years ago
9f977c0
Add support of Cgroup Array in C++
by Teng Qin
· 7 years ago
8103194
Add support of Cgroup Array in Python
by Teng Qin
· 7 years ago
e5e9b1f
Add basic support of Cgroup Array
by Teng Qin
· 7 years ago
83b49ad
introduce new BPF APIs to get kernel syscall entry func name/prefix
by Yonghong Song
· 7 years ago
858a3d7
print out more useful attach_kprobe failure information
by Yonghong Song
· 7 years ago
9357f35
fix python3 py_test_histogram failure
by Yonghong Song
· 7 years ago
63b6e44
Improve clear table API in C++
by Teng Qin
· 7 years ago
5a1106c
bcc/syms: Fix shared library symbol lookup
by Joel Fernandes
· 7 years ago
61130a1
fix compiler warning
by Yonghong Song
· 7 years ago
5c32691
permit symbol resulotion for function with size 0
by Yonghong Song
· 7 years ago
11d3c77
fix compilation error with latest llvm
by Yonghong Song
· 7 years ago
b40de15
Merge pull request #1661 from qmonnet/kernelfeatures
by yonghong-song
· 7 years ago
5029599
Return number of CPUs with data for BPFPerfBufferTable::poll()
by Andrii Nakryiko
· 7 years ago
5ddc64e
sync bpf compat headers with latest net-next, update doc for helpers
by Quentin Monnet
· 7 years ago
b2e6870
Return number of CPUs with data for BPFPerfBufferTable::poll()
by Andrii Nakryiko
· 7 years ago
76bec4d
Merge pull request #1652 from palmtenor/stack_fixes
by yonghong-song
· 7 years ago
2f07051
avoid symbol demangling if the symbol is not a mangled symbol
by Yonghong Song
· 7 years ago
7bfa4a1
Explicitly create stack-trace tables with size of power of two
by Teng Qin
· 7 years ago
d364800
Do not attempt syscall on invalid stack_id
by Teng Qin
· 7 years ago
581052a
Merge pull request #1647 from iovisor/yhs_dev
by 4ast
· 7 years ago
6cb3c3d
Fix spelling mistake in raised Exception
by Daniel Lockyer
· 7 years ago
1034bd4
skip kprobe functions outside normal text section
by Yonghong Song
· 7 years ago
ef9d02b
sync bpf compat headers with latest net-next
by Quentin Monnet
· 7 years ago
e0d808e
debian: add python3-bcc package
by Andreas Gerstmayr
· 7 years ago
991a1df
Add move constructor for BPFStackTable
by Teng Qin
· 7 years ago
2f2412a
fix fd leakage
by Nirmoy Das
· 7 years ago
6c33a52
C++ interface for attaching to perf event with raw perf_event_attr argument
by Teng Qin
· 7 years ago
5b7c678
Add perf event attaching interface with raw perf_event_attr argument
by Teng Qin
· 7 years ago
29015d7
fix CMakefile for lua
by Yonghong Song
· 7 years ago
570fd5e
Allow obtaining BPFPerfBuffer pointer for polling
by Teng Qin
· 7 years ago
0bd29aa
BPFPerfBuffer: Make it more clear that timeout is milliseconds
by Teng Qin
· 7 years ago
4f196e7
Fix BPFModule allocation / de-allocation mismatch
by Teng Qin
· 7 years ago
dbf0029
Rename kprobe_poll to perf_buffer_poll
by Teng Qin
· 7 years ago
1e9140b
Fix bugs introduced in Lua Perf Buffer handling
by Teng Qin
· 7 years ago
d83805d
Avoid including common.h in BPFTable.h
by Teng Qin
· 7 years ago
d0e48ed
Clean-up TRACEPOINT logic from perf reader
by Teng Qin
· 7 years ago
fafbf3c
Do not use perf reader for TRACEPOINT events
by Teng Qin
· 7 years ago
af96bba
free llvm engine/context memory when rw_engine is not used
by Yonghong Song
· 7 years ago
31bf1c5
setup some bpf_module data structures correctly when rw_engine is disabled
by Yonghong Song
· 7 years ago
a7554fc
fix hang with "trace.py --max-events #
by Yonghong Song
· 7 years ago
6044643
Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api
by yonghong-song
· 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
5a9ee15
Explicitly include sys/types.h
by gmile
· 7 years ago
6c81f9d
Merge pull request #1593 from netgroup-polito/bpf_prog_table_delete_element
by yonghong-song
· 7 years ago
530fa0e
sync bpf compat headers with latest net-next
by Yonghong Song
· 7 years ago
2dd148a
BPFProgTable: allow to remove elements
by Mauricio Vasquez B
· 7 years ago
5ec4cc4
Merge pull request #1582 from iovisor/python_bytes
by yonghong-song
· 7 years ago
3c468a4
Merge pull request #1584 from palmtenor/printargs
by yonghong-song
· 7 years ago
e060464
Destruct USDTContext correctly in Python
by Teng Qin
· 7 years ago
918fad8
Implement get_text for Python USDT class
by Teng Qin
· 7 years ago
c0ca99a
python/bcc: add internal _assert_is_bytes usage
by Brenden Blanco
· 7 years ago
e663541
python: Add 2/3 compat wrappers for byte strings
by Brenden Blanco
· 8 years ago
1086952
clang: Add support to build eBPF for user specified ARCH
by Joel Fernandes
· 7 years ago
11f3a27
clang/loader: Add support for specifying absolute path of kernel sources
by Joel Fernandes
· 7 years ago
c058085
Merge pull request #1578 from lcp/docs-tail-call
by yonghong-song
· 7 years ago
8721814
Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAY
by Gary Lin
· 7 years ago
45d1f4d
Fix missing include
by Dane Springmeyer
· 7 years ago
4b977e8
Fix missing errno.h header
by Dane Springmeyer
· 7 years ago
3a94327
Add missing sched.h include for CLONE_NEWNS
by Dane Springmeyer
· 7 years ago
67ae605
Remove semicolon at the end of define BPF_STACK_TRACE()
by Song Liu
· 7 years ago
a1ac4bc
Merge pull request #1561 from joelagnel/bcc-misc-1
by yonghong-song
· 7 years ago
8e09958
table: Refactor __delitem__ in all table types
by Joel Fernandes
· 7 years ago
7aaa12f
Merge pull request #1563 from iovisor/yhs_dev
by 4ast
· 7 years ago
71ef359
Merge pull request #1558 from pchaigno/missing-helpers
by yonghong-song
· 7 years ago
96354c6
fix map a type parsing issue for export/extern types
by Yonghong Song
· 7 years ago
0d5084d
clang: Make libclang_frontend depend on libbcc
by Joel Fernandes
· 7 years ago
93fc2f8
cc: missing bpf helpers in export/helpers.h
by Paul Chaignon
· 7 years ago
3730829
cc: error hint for 'invalid func'
by Paul Chaignon
· 7 years ago
1ab5f66
use __builtin_memset instead of memset with frontend rewriter
by Yonghong Song
· 7 years ago
cd5d4a6
fix a race condition between perf_reader munmap and read
by Yonghong Song
· 7 years ago
89aa294
sync bpf compat headers with latest net-next
by Yonghong Song
· 7 years ago
bb95ef2
Merge pull request #1531 from natoscott/master
by yonghong-song
· 7 years ago
9dca57e
Merge pull request #1539 from hMcLauchlan/override-return-helper
by yonghong-song
· 7 years ago
f1bb6ea
Merge pull request #1540 from pchaigno/regex-filtering-kallsyms
by yonghong-song
· 7 years ago
fe03355
Use /proc/kallsyms for regex filtering
by Paul Chaignon
· 7 years ago
3d05244
Add bpf_override_return() helper definition
by Howard McLauchlan
· 7 years ago
7a46dfe
fix a trace_pipe output issue
by Yonghong Song
· 7 years ago
Next »