-
```
--- FAIL: TestLibBPFCompat (0.01s)
--- FAIL: TestLibBPFCompat/netif_receive_skb.linked3.o (0.01s)
elf_reader_test.go:665: Error during loading: program trace_netif_receive_skb: appl…
lmb updated
10 months ago
-
As a developer, I want to make use of the functionalities exposed by the newer version of Libbpf.
-
@yunwei37 will add more detail.
This work should be done in the [eunomia-bpf/wasm-bpf ](https://github.com/eunomia-bpf/wasm-bpf)
-
Whenver I try to use `bpf_printk` or `bpf_trace_printk` the code compiles. But when I try to attach it to my interface it shows permission denied -13. Without using printk functions it works fine.
My…
-
All tools from [bpfcc/libbpf-tools](https://github.com/iovisor/bcc/tree/master/libbpf-tools) project should be portable to libbpfgo if libbpfgo supported all features present in libbpf.
This can b…
-
LD_ABS is only allowed in functions that return 'int'.
processed 0 insns (limit 1000000) max_states_per_insn 0 total_states 0 peak_states 0 mark_read 0
libbpf: -- END LOG --
libbpf: failed to loa…
-
https://blog.xing.re/2022/12/21/%E4%BD%BF%E7%94%A8cilium-ebpf%E5%BC%80%E5%8F%91Android-eBPF%E7%A8%8B%E5%BA%8F/?
最近捣鼓了一下在PC上开发Android的eBPF程序,最开始想用libbpf+bpftool,但是发现bpftool只支持linux,虽然生成skel.h头文件的功能是…
-
While working on #2334, I realized that we'll need to significantly change the way we do probe expansion, so I'm opening an RFC to see what other people opinions are, before I start implementing it.
…
-
Hi,
looks like bpftool does not compile when CC=clang.
What i only found is only this https://lore.kernel.org/bpf/20220421003152.339542-4-alobakin@pm.me/ i'm going to apply it locally and see if t…
-
Hi, I modified redbpf to load `BPF_PROG_TYPE_CGROUP_SKB` programs, but there's a design decision to be made before sending a PR.
libbpf [has a mapping of section names to program parameters](https:…