-
Every package that is not meant to be used externally, should be made private explicitly.
We possibly start making everything private (= putting under `internal/`) except
- libpf/
- reporter/
- …
-
It seems that LLVM will hard fail and call `exit()` for [some failures](https://github.com/llvm-mirror/llvm/blob/93e6e5414ded14bcbb233baaaa5567132fee9a0c/lib/Support/ErrorHandling.cpp#L104)
This is…
-
### Environment
Include the result of the following commands:
- `nginx -V`: `nginx version: nginx/1.25.5`
- `uname -a`: `Linux nginx-ingress-nginx-controller-6ccd6bc45-g2t9g 6.11.0-1-default …
-
Since there is eBPF based profiling for Go, maybe this would not be too hard to support ?
-
I'm trying to use this lib to load a hello world of ebpf, but I got the following errors:
```
panic: invalid relocation: insn code=0x85, symbol name=bpf_trace_printk
symbol section: Name=, Type=S…
k82cn updated
3 years ago
-
## Current situation
We have general documentation about the architecture and guides how to use the different gadgets, but we don't have reference documentation about the following external interfa…
alban updated
3 months ago
-
Hello. I've deployed Bpfman 5.2 on my freshly built OpenShift cluster. I'm not able to deploy any XDP programs, because it seems like bpfman-operator roles are misconfigured by default. Bpfman-operato…
-
Hi,
I can't make it works following your README steps:
1. Clone the repo
2. Install Golang 1.13+
3. Install clang & llvm
4. Create a profile file for user bob in /profiles/bob.yaml
5. Run: `…
-
# GO BPF libraries: cilium ebpf vs iovisor gobpf
[https://est357.github.io/posts/cilium_iovisor/](https://est357.github.io/posts/cilium_iovisor/)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
I have set the preallocate-bpf-maps=true in cilium config,
and when I run `cilium bpf …