-
I'm getting the following error with uprobe + llvm jit:
```
[2024-01-28 01:12:03][info][707874] Created uprobe/uretprobe perf event handler, module name /500g-a/git/ebpf-plus/libbpf/uprobes/a.out,…
-
Hello!
I _think_ I may have found an off-by-one error in the various histogram macros provided by `maps.bpf.h` - the tl;dr is that when I record a value in an `exp2` histogram, I see that value ref…
-
I'm new here, and I'm using a Raspberry Pi 4B with the Raspberry Pi Buster OS (armhf). While I understand it is an outdated system, due to personal requirements, I'm still using it but have upgraded t…
-
## What I expected to happen
`bpftool cgroup tree` shows all bpf programs on all cgroups
## What happened
The program errored before listing all cgroups with
```
Error: can't query bpf …
-
The dependency on iproute2 and tc causes some issues when loading eBPF programs. Different versions of Ubuntu package different versions of iproute2, which offers different levels of support for eBPF.…
-
to test a PR I used `sigsnoop` with kill utility.
got signal value 17.
So I reverted that patch.
same result.
so I added `bpf_printk` and verified that value.
it was 17 even with `bpf_printk`…
-
Respectable authorized:
when i run "Make" command on Ubuntu 22.04 ( xdp-workshop/02-stats/solution-2
ghost updated
2 years ago
-
I encountered an issue related to the iteration of BPF table entries, which resulted in an infinite loop. The loop continually processes the table going over it and restarting from the start without e…
-
In response to https://github.com/libbpf/libbpf-rs/issues/500 I created https://github.com/danielocfb/libbpf-sys/commit/5e93a20fecc8ca9e9823449d8e8ea388003511d2 to make sure that `libbpf-sys` is also …
-
(I try to package `libbpf-tools` from `bcc` for ALT Linux.) On ppc64le and aarch64 architectures `libbpf-tools` fail to compile in `GEN-SKEL`, because of `bpftool` error. Actual cause seems to be the …