-
I'm testing bio tools on riscv cpu with kenel 6.1, and get failures
```
~ # uname -a
Linux formosa 6.1.31+ #8 SMP Thu Jun 15 09:10:38 CST 2023 riscv64 GNU/Linux
~ # biosnoop
libbpf: prog 'blk_acc…
-
## Environment
- Distro: Arch
- System libbpf version: libbpf 1.4.3
```toml
[dependencies]
# implies libbpf-sys/vendored-libbpf and libbpf-sys/static-libbpf
libbpf-rs = "0.24.8"
libbpf-sys …
-
The libbpf javagc tool fails with no useful error message when no PID is provided even though the "-p" option is described as optional.
A quick look at the code let me think that the tool is only me…
-
### What happened?
Hi,
I am aiming to include this project for my measurements in my thesis, but currently I don't get reliable data from Kepler.
Here is my Dashboard:
![image](https://git…
-
**Describe the bug**
Trying to attach uprobe to application functions. Issue occurred when client trying to instrument application failed to inject or attach probe to certain functions.
Same…
-
**Describe the bug**
While building on Ubuntu 23.10 VirtualBox image. It fails
**To Reproduce**
I'm using Virtualbox with Ubuntu 23.10.
The log
```
pegasus_vm@pegasusvm:~/Documents/bpftime$ ma…
-
Hi, I create a proj from __socket_filter__ template.
After compiling it to ebpf obj, I use bpftool to load it to kernel, but failed for
> 'libbpf: elf: legacy map definitions in 'maps' section …
-
Problem statement:
The xdp-tools/Makefile does not install libbpf libraries into local machine.
However, it does install the libxdp libraries into the local machine.
Steps:
cd ../../../samples…
-
We should come up with a way to support multi-threading where beneficial, to speed things up. See https://github.com/libbpf/blazesym/pull/93 for when we removed earlier support for that in DWARF parsi…
-
**Is your feature request related to a problem? Please describe.**
Right now, libbpf doesn't compile on macOS because of some headers which are not present. This issue is to add those headers or may…