Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
refs/heads/int/12/fp4
/
docs
e96836d
docs: fix parameters of bpf_trace_printk() (#2121)
by Xiaozhou Liu
· 6 years ago
75836ef
tutorial: align the header in opensnoop (#2105)
by detailyang
· 6 years ago
53b01c6
sync with latest net-next bpf uapi headers (#2100)
by yonghong-song
· 6 years ago
a07ab90
Update the tutorial to match what is currently in the examples (#2061)
by William Cohen
· 6 years ago
082d256
docs: fix kernel versions (#2031)
by Xiaozhou Liu
· 6 years ago
2a68bd8
sync with latest net-next
by Yonghong Song
· 6 years ago
d4b2387
sync with latest net-next bpf headers (#2001)
by yonghong-song
· 6 years ago
4263e1a
Documentation: add function calls in 4.16 (#1994)
by Alban Crequy
· 6 years ago
3835b2d
sync header to latest net-next (#1932)
by yonghong-song
· 6 years ago
d923366
Documentation: Added table for program type and its helper functions (#1881)
by Ravi Kiran Eticala
· 6 years ago
64bf965
Update scripts to use `increment` (#1905)
by Javier Honduvilla Coto
· 6 years ago
230c9c0
Allow arbitrary hashtable increments. Fixes #1742 (#1897)
by Javier Honduvilla Coto
· 6 years ago
bfecc24
clang: loader: Allow user to override kernel version (#1895)
by Joel
· 6 years ago
ab5772f
Do not allow defining the license from CFLAGS or command line
by Oriol Arcas
· 6 years ago
9aab22e
Added new footer.h header where BPF_LICENSE is set if not defined
by Oriol Arcas
· 6 years ago
87a873f
Add DEVMAP, CPUMAP, and redirect_map() to the reference guide
by Gary Lin
· 6 years ago
8ce57ac
sync BPF compat headers with latest bpf-next, update BPF features list
by Quentin Monnet
· 6 years ago
1ed0023
docs: update BPF features list (tracepoints to debug eBPF were removed)
by Quentin Monnet
· 7 years ago
0d72237
introduce {attach|detach}_raw_tracepoint API
by Yonghong Song
· 7 years ago
df3b6b2
docs: update BPF features list and tell how to list components
by Quentin Monnet
· 7 years ago
4e28545
sync bpf compat headers with latest net-next, update doc for helpers
by Quentin Monnet
· 7 years ago
f0ed59d
document debug flags
by Matthew Ahrens
· 7 years ago
bca047d
document cflags argument to BPF()
by Matthew Ahrens
· 7 years ago
a643154
Add bpf_get_prandom_u32() to reference guide
by Howard McLauchlan
· 7 years ago
626a200
fix some spelling errors
by Nirmoy Das
· 7 years ago
5ddc64e
sync bpf compat headers with latest net-next, update doc for helpers
by Quentin Monnet
· 7 years ago
94495e2
docs: add latest eBPF helpers to features list
by Quentin Monnet
· 7 years ago
d047120
docs: fix commit hash and link for bpf_redirect_map()
by Quentin Monnet
· 7 years ago
dbf0029
Rename kprobe_poll to perf_buffer_poll
by Teng Qin
· 7 years ago
ad07ea2
docs: fix commit hash and links for bpf_set_hash() and bpf_setsockopt()
by Quentin Monnet
· 7 years ago
530fa0e
sync bpf compat headers with latest net-next
by Yonghong Song
· 7 years ago
05afab3
Make kernel-versions commit hashes monospace
by Teng Qin
· 7 years ago
70d044b
Add BPF_PROG_ARRAY and map.call() to the reference guide
by Gary Lin
· 7 years ago
df55284
Merge pull request #1547 from pchaigno/doc-bpf-get-current-task
by yonghong-song
· 7 years ago
baffe08
doc: bpf_get_current_task helper
by Paul Chaignon
· 7 years ago
00ee3cb
bpf_getsockopt in docs/kernel-versions.md
by Paul Chaignon
· 7 years ago
cbe300c
Add a few trace.py examples in tutorial.md
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
0e558eb
add docs for bpf_override_return
by Howard McLauchlan
· 7 years ago
8eae755
Add new bpf_xdp_adjust_meta to docs/kernel-versions.md
by Gary Lin
· 7 years ago
4186f5e
Add new bpf_perf_{event|prog}_read_value helpers implementation
by Teng Qin
· 7 years ago
44ad8a1
Always use spaces in C in the tutorial
by William Stewart
· 7 years ago
a135d89
Merge pull request #1363 from navytux/y/probe-read-const
by yonghong-song
· 7 years ago
649e7f0
BCC macro for the creation of LPM trie maps (#1359)
by Paul Chaignon
· 7 years ago
2dc7daa
bpf_probe_read*: src argument should be const void *.
by Kirill Smelkov
· 7 years ago
e9e072c
Update docs/kernel-versions.md for xdp/veth
by Gary Lin
· 7 years ago
08dbf13
Merge pull request #1333 from samuelnair/fix-py-tut
by Brendan Gregg
· 7 years ago
f1c0be8
docs: update features list
by Quentin Monnet
· 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
4b8146f
Update obsolete file name bitesize -> bitehist
by Tian Xin
· 7 years ago
8e26b49
Correct commit id for BPF_FUNC_get_socket_cookie
by Paul Chaignon
· 7 years ago
b9f4218
explain that 'args' can be used as 'ctx' in tracepoints
by Jean-Tiare Le Bigot
· 7 years ago
dc777af
docs: update features list
by Quentin Monnet
· 7 years ago
555b45e
Added helpers for BPF_PERCPU_ARRAY (#1230)
by Romain
· 7 years ago
af6f512
Add bpf_probe_read_str helper
by Teng Qin
· 7 years ago
965910c
docs: update feature list for 4.12
by Tobias Klauser
· 7 years ago
4ca8fb3
docs: update features list (ThunderX support for XDP)
by Quentin Monnet
· 8 years ago
9cfce17
docs: update features list
by Quentin Monnet
· 8 years ago
9556db2
docs: add generic XDP to XDP compatible list (#1118)
by Tobias Klauser
· 8 years ago
bcf7e3a
docs: update list of XDP compatible drivers
by Quentin Monnet
· 8 years ago
4b764de
Add callback for perf buffer lost sample events (#1092)
by Teng Qin
· 8 years ago
6ceb329
map.insert bcc helper to expose the BPF_NOEXIST flag (#1085)
by Paul Chaignon
· 8 years ago
9cb5572
fixdoc
by Teng Qin
· 8 years ago
26ef4c2
Update documentation for new helper Macros
by Teng Qin
· 8 years ago
b991fef
docs: add the supplementary commits for LRU hashes
by Gary Lin
· 8 years ago
7fc89d6
docs: update features list (new maps: array/hash of maps)
by Quentin Monnet
· 8 years ago
8ef6eb8
Update tutorial_bcc_python_developer.md (#1017)
by Alan Thompson
· 8 years ago
3febfa4
Merge pull request #997 from markdrayton/perf-buffer-size
by Brenden Blanco
· 8 years ago
5f5687e
Make perf ring buffer size configurable
by Mark Drayton
· 8 years ago
4953ab6
docs: Update eBPF features list
by Quentin Monnet
· 8 years ago
0155385
cc: Resolve symbols from external debuginfo
by Sasha Goldshtein
· 8 years ago
febed33
Simplify BCC symbol resolution API
by Sasha Goldshtein
· 8 years ago
e1a45f3
bcc: update kernel-versions.md for lpm trie change
by Huapeng Zhou
· 8 years ago
dbbaa37
docs/kernel-versions: add reference to powerpc64 constant blinding support
by Naveen N. Rao
· 8 years ago
c2abf30
docs: fix "BPF attached to sockets" commit link
by Edward Shao
· 8 years ago
e682846
docs: keep track of when prealloc of map elements were introduced
by Jesper Dangaard Brouer
· 8 years ago
39cece4
add print_linear_hist() for linear histograms
by Brendan Gregg
· 8 years ago
ffafaf5
docs: Update eBPF features list
by Quentin Monnet
· 8 years ago
6d93113
docs: Fix typos
by Jakub Wilk
· 8 years ago
0e1b942
Fix argument type for increment() in documentation (#794)
by Paul Chaignon
· 8 years ago
a11611c
Fix typo in documentation (#801)
by Jan-Erik Rediger
· 8 years ago
a2370ab
Update examples and docs to use the new USDT API
by Sasha Goldshtein
· 8 years ago
12a09dc
docs: Update eBPF features list by kernel version (#717)
by Quentin Monnet
· 8 years ago
31bb7f3
Mention that tracepoint support requires Linux 4.7
by Paul Chaignon
· 8 years ago
f3146cb
Adjustments to the documentation
by Paul Chaignon
· 8 years ago
138c79a
Improve tutorial
by Teng Qin
· 8 years ago
1e45e67
Motivate delete() before update() in tutorial (#651)
by Paul Chaignon
· 8 years ago
3069caa
add open_perf_event api for reading perf counters (#643)
by Brenden Blanco
· 8 years ago
7704528
tutorial: add missing return in hello_world example
by Igor Sugak
· 8 years ago
e5b471e
Fix typo in the reference guide
by Gary Lin
· 8 years ago
3a50be4
fix reference_guide.md bpf_get_current_comm search
by Junli Ou
· 8 years ago
749aa7b
typos
by Brendan Gregg
· 8 years ago
c0c0460
fix local links
by Brendan Gregg
· 8 years ago
fc5332a
add a reference guide
by Brendan Gregg
· 8 years ago
08fbceb
remove unused MSG_MAX
by Brendan Gregg
· 8 years ago
c9d9a32
add uprobe lesson to tutorial
by Brendan Gregg
· 8 years ago
239e863
tutorials: end-user, and python developer
by Brendan Gregg
· 8 years ago
fc05b07
kernel version guide (#577)
by Brendan Gregg
· 8 years ago