英文: Permission denied when using bpf_probe_read() in the ebpf program 问题 我无法阅读 addr 参数并将其分配给我的结构字段。 ...
Kprobe BPF程序执行顺序
英文: Kprobe BPF programs execution order 问题 Is there a reliable way to explicitly specify BPF kprobe ...
元素错误地从 eBPF LRU 哈希映射中驱逐出去。
英文: Elements incorrectly evicted from eBPF LRU hash map 问题 我观察到在 eBPF LRU 哈希映射(BPF_MAP_TYPE_LRU_HASH...
如何使用bpf_map_lookup_elem()在eBPF中获取字符数组?
英文: How to use bpf_map_lookup_elem() to get a char array in eBPF? 问题 我有一个类型为`BPF_MAP_TYPE_ARRAY`的bpf...
如何为IP/CIDR创建LPM trie记录的切片?
英文: How to create slice of LPM trie record for IPs/CIDRs 问题 我正在尝试使用来自https://github.com/cilium/ebpf/...
bpf_probe_read的原子性?
英文: are bpf_probe_read's atomic? 问题 bpf_probe_read函数等是否是原子操作?它们是否会增加它们正在读取的数据结构的引用计数?因为如果读操作不是原子...
如何在不使用bpftool的情况下分离ebpf cgroup程序?
英文: How to detach ebpf cgroup programs without using bpftool? 问题 我正在使用Cilium ebpf来将程序附加到cgroups。然而,在...
安装 bpftrace 在 Ubuntu 上。
英文: Install bpftrace on ubuntu 问题 我是eBPF的新手,正在按照https://github.com/iovisor/bpftrace的bpftrace安装指南进行操作...
How to attach all tap dev by cilium/ebpf ? What's the best way except attach tap dev one by one if it is not support?
英文: How to attach all tap dev by cilium/ebpf ? What's the best way except attach tap dev one by ...
how to get goroutine id with ebpf
英文: how to get goroutine id with ebpf 问题 我使用cilium ebpf包来编写一个用于获取goroutine id的ebpf程序,但是失败了。我的uprobe....
3