-
In its examples, [`@cilium/ebpf`](https://github.com/cilium/ebpf) uses
```go
//go:generate go run github.com/cilium/ebpf/cmd/bpf2go ...
```
instead of just
```go
//go:generate bpf2go ...
…
-
### Improvement Suggestion
Two ideas:
1. Add `dae sysdump` to automatically collect network settings (routing, netfilter, sysctl, ...) and archive all info into a tar. This can save us from asking…
-
### 开篇
之前也零零散散看过一些ebpf相关的知识, 就是没有深入的去学习, 2023 Q2开始计划每个Q在技术上只专注在一个点上(避免不聚焦导致最后一事无成). 花3个月深入的了解一门技术.
Q3计划专注在ebpf上, 整理了三个KR:
- [ ] KR1 看完 > 并整理学习笔记
- [ ] KR2 ebpf相关项目三个PR
- [ ] KR3 看看 > 并整理学…
-
**Hello Team,**
I am experiencing issues with Grafana Beyla when trying to trace logs for a Node.js service on Ubuntu. I followed the [Node.js Quickstart guide](https://github.com/grafana/beyla/blo…
-
### Describe the bug
```markdown
I have an application that build amd64,arm64,ppc64le and s390x arch the bpf2go generate is successful and the auto generated files are created for all arch
here…
-
### Describe the bug
```markdown
this is my command :
//go:generate go run github.com/cilium/ebpf/cmd/bpf2go -cc clang-12 -target arm64 -cflags "-g -O2 -Wall -target arm64 -D __TARGET_ARCH_…
-
### 问题类型 / Type of issues
* 其它 / other
### 受影响的软件包 / Affected packages
* (请在此填写包名,每行一个,开头加上星号 / package names, one per line)
* clash-meta
----
请在此补充说明。
Please describe in detail here.…
-
**Describe the bug**
Similarly to #698, it's currently not possible to use __ksym, as it's not yet supported by `cilium/ebpf`
https://github.com/cilium/ebpf/blob/9014db4ffb206443cde9f2af7340706f02c6…
-
When I try to attach the .o file to an interface I get the following error:
```
pegasus@pegasus:~/Documents/eBPF/go-xdp-examples/xdp_dump$ sudo ./netns.sh attach
struct bpf_elf_map not supported, c…
-
**Describe the bug**
With version 0.12.0 calling `ProgramInfo.Instructions` returns:
```
parse line info: parsing BTF line info: offset 1 is not aligned with instruction size
```
With 0.11.…