Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
0cf7f7486d4ba0ec47e3277bdbd087ac82046804
0cf7f74
Merge pull request #1549 from iovisor/yhs_dev
by 4ast
· 7 years ago
2af307b
Merge pull request #1550 from tehnerd/master
by yonghong-song
· 7 years ago
cd5d4a6
fix a race condition between perf_reader munmap and read
by Yonghong Song
· 7 years ago
86293f0
adding filtering example to trace.py help
by tehnerd
· 7 years ago
89aa294
sync bpf compat headers with latest net-next
by Yonghong Song
· 7 years ago
a44d26e
Merge pull request #1543 from iovisor/yhs_dev
by 4ast
· 7 years ago
bb95ef2
Merge pull request #1531 from natoscott/master
by yonghong-song
· 7 years ago
1a197db
Drop use of 'allow_abbrev' as its python 3.5 or later only
by Nathan Scott
· 7 years ago
cbe300c
Add a few trace.py examples in tutorial.md
by Yonghong Song
· 7 years ago
fb8bbfe
Merge pull request #1544 from dpayne/master
by yonghong-song
· 7 years ago
fa3c739
Small fixes to some man pages for bcc tools
by dpayne
· 7 years ago
a2e9216
Merge pull request #1541 from linuxraptor/patch-1
by yonghong-song
· 7 years ago
9dca57e
Merge pull request #1539 from hMcLauchlan/override-return-helper
by yonghong-song
· 7 years ago
553db0b
Add bpf_override_return to docs/kernel-versions.md
by Howard McLauchlan
· 7 years ago
6e34556
clarification for whitelisting to allow bpf_override
by Howard McLauchlan
· 7 years ago
db1abca
Merge pull request #1538 from dpayne/master
by Brendan Gregg
· 7 years ago
40cf3a3
Updating tcpconnlat example to include min_ms
by dpayne
· 7 years ago
fabd9a1
Fix folding option
by Linuxraptor
· 7 years ago
8df98b7
Fixing man page for tcpconnlat
by dpayne
· 7 years ago
fc50799
Moving duration to primary argument for tcpconnlat. Also updating docs for tcpconnlat to match.
by dpayne
· 7 years ago
0e558eb
add docs for bpf_override_return
by Howard McLauchlan
· 7 years ago
f1bb6ea
Merge pull request #1540 from pchaigno/regex-filtering-kallsyms
by yonghong-song
· 7 years ago
7b7e34a
Updating man page for tcpconnlat to include min duration arguments and
by dpayne
· 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
ce0cf92
Re-using already calculated delta_us in tcpconnlat
by dpayne
· 7 years ago
3aed4fb
Adding a couple of optional parameters to tcpconnlat.
by dpayne
· 7 years ago
7c91cf6
Merge pull request #1536 from iovisor/yhs_dev
by 4ast
· 7 years ago
7a46dfe
fix a trace_pipe output issue
by Yonghong Song
· 7 years ago
f5fb9af
Drop -e option to python scripts, use hidden --ebpf only.
by Nathan Scott
· 7 years ago
ca4ba55
start adding -e/--ebpf option to the python tools/ scripts
by Nathan Scott
· 7 years ago
d10c642
correct error reporting on python text compilation
by Nathan Scott
· 7 years ago
3763380
Merge pull request #1529 from iovisor/yhs_dev
by 4ast
· 7 years ago
19c8459
Merge pull request #1524 from iovisor/yhs_dev
by 4ast
· 7 years ago
0c405db
Merge pull request #1526 from luciang/master
by yonghong-song
· 7 years ago
37a55b8
usdt: add a test for one probe in both a.out and shared libraries
by Yonghong Song
· 7 years ago
fead16a
usdt: permit to enable probes from a pid and a particular binary
by Yonghong Song
· 7 years ago
2489457
usdt: permit each probe to have locations from more than one binary path
by Yonghong Song
· 7 years ago
5426ef2
tools: syscount: add --errno=EPERM filter
by Lucian Adrian Grijincu
· 7 years ago
bf2a811
usdt: ignore location with incorrect probe virtual address
by Yonghong Song
· 7 years ago
fe86aee
Merge pull request #1523 from lcp/docs-xdp-adjust-meta
by yonghong-song
· 7 years ago
f654c79
Merge pull request #1518 from liu-song-6/perf_event_open_v02
by yonghong-song
· 7 years ago
8eae755
Add new bpf_xdp_adjust_meta to docs/kernel-versions.md
by Gary Lin
· 7 years ago
0e9ed20
bcc: Try use new API to create [k,u]probe with perf_event_open
by Song Liu
· 7 years ago
f180ea1
bcc: add functions to use new [k,u]probe API
by Song Liu
· 7 years ago
3558d5a
Merge pull request #1522 from palmtenor/buf_size
by yonghong-song
· 7 years ago
be578b7
Increase bpf_attach_tracing_event buffer size
by Teng Qin
· 7 years ago
956a983
Merge pull request #1483 from kinvolk/iaguis/fix-tcptracer-old-kernels
by yonghong-song
· 7 years ago
2d45e02
Merge pull request #1517 from iovisor/yhs_dev
by 4ast
· 7 years ago
0cfd665
fix a verifier failure
by Yonghong Song
· 7 years ago
20f1fda
Merge pull request #1514 from iovisor/yhs_dev
by 4ast
· 7 years ago
d827155
sync bpf compat headers with latest net-next
by Yonghong Song
· 7 years ago
484e525
Merge pull request #1510 from iovisor/yhs_dev
by 4ast
· 7 years ago
ffa47e6
fix runqlen.py with 4.15 kernel
by Yonghong Song
· 7 years ago
82ef5a0
Merge pull request #1508 from brendangregg/master
by yonghong-song
· 7 years ago
efa6ee9
add BPF.tracepoint_exists()
by Brendan Gregg
· 7 years ago
e023bc8
tcplife: add tcp:tcp_set_state tracepoint support
by Brendan Gregg
· 7 years ago
bbfd6ea
Merge pull request #1505 from iovisor/yhs_dev
by 4ast
· 7 years ago
c0d1694
fix a compilation error with latest llvm/clang trunk
by Yonghong Song
· 7 years ago
bb3e873
Merge pull request #1504 from samofatov/master
by yonghong-song
· 7 years ago
b44d705
Merge pull request #1503 from iovisor/yhs_dev
by 4ast
· 7 years ago
c5308e9
CentOS 6 support
by nikolay.samofatov
· 7 years ago
bd7fa55
fix build issue for llvm 5.0.1
by Yonghong Song
· 7 years ago
4e04c94
Merge pull request #1489 from r4f4/fix-ucalls-py3
by yonghong-song
· 7 years ago
1eee853
Merge pull request #1497 from palmtenor/fix_python
by yonghong-song
· 7 years ago
adb31b5
Fix incorrect lost_cb type in Python
by Teng Qin
· 7 years ago
25be6bb
Merge pull request #1496 from palmtenor/fix_lost
by yonghong-song
· 7 years ago
b7bbd04
Add cb_cookie to perf_reader_lost_cb
by Teng Qin
· 7 years ago
d271f3e
Fix lost count in perf_reader
by Teng Qin
· 7 years ago
73b5401
add way to debug generated BPF code (#1494)
by Brendan Gregg
· 7 years ago
c8177e9
Merge pull request #1419 from runejuhl/fix-cachetop-getpwuid
by Brendan Gregg
· 7 years ago
cf378e2
Merge pull request #1131 from cherusk/retrans_sum
by Brendan Gregg
· 7 years ago
4a2f221
Merge pull request #1480 from htbegin/bucket_sort_fn
by yonghong-song
· 7 years ago
e1a743e
Merge pull request #1491 from palmtenor/trace_py
by yonghong-song
· 7 years ago
33a5a4b
histogram: add a test case for bucket_sort_fn
by htbegin
· 7 years ago
c200b6c
Add --print_cpu option to trace.py
by Teng Qin
· 7 years ago
1a322d5
Improve trace.py print format
by Teng Qin
· 7 years ago
569461d
Merge pull request #1485 from iovisor/yhs_dev
by 4ast
· 7 years ago
7c1c804
Merge pull request #1488 from palmtenor/add_helper
by 4ast
· 7 years ago
120ac96
Merge pull request #1490 from palmtenor/clean_api
by 4ast
· 7 years ago
2aa3c0b
Merge pull request #1487 from oktopuz/master
by 4ast
· 7 years ago
35771cf
Add Perf Event tests
by Teng Qin
· 7 years ago
d3b9d6a
Clean C++ interface arguments for tracing events
by Teng Qin
· 7 years ago
fd24405
Clean Python interface arguments for tracing events
by Teng Qin
· 7 years ago
b68e67b
Clean libbpf interface arguments for tracing events
by Teng Qin
· 7 years ago
4186f5e
Add new bpf_perf_{event|prog}_read_value helpers implementation
by Teng Qin
· 7 years ago
99978d2
Fix perf event API implementations
by Teng Qin
· 7 years ago
99d1468
ucalls: convert bytes to str
by Rafael Fonseca
· 7 years ago
bebb9c8
Merge pull request #1486 from palmtenor/clear_table
by 4ast
· 7 years ago
c596f4b
Add tests for C++ API Hash table and Stack table
by Teng Qin
· 7 years ago
1e9467f
tcpretrans: extend for counting
by Matthias Tafelmeier
· 7 years ago
0606c45
Building from source on Ubuntu Trusty requires the cmake3 package to be installed
by Alexander Dudko
· 7 years ago
f4470dc
add examples for including additional header files
by Yonghong Song
· 7 years ago
c7417dc
Add C++ helper to clear BPF tables
by Teng Qin
· 7 years ago
e5db52b
Merge pull request #1484 from iovisor/yhs_dev
by 4ast
· 7 years ago
926d667
tcptracer: initialize skc_net variable
by Iago López Galeiras
· 7 years ago
b384b76
Merge pull request #1481 from htbegin/execsnoop_fix
by Brendan Gregg
· 7 years ago
2faf060
Merge pull request #1474 from iovisor/yhs_dev
by 4ast
· 7 years ago
b32b4a5
add padding to the end of structure
by Yonghong Song
· 7 years ago
a83e278
histogram: support sorting bucket before dumping table
by htbegin
· 7 years ago
Next »