-
Hey there, I was trying to build this project on a fresh Ubuntu 20.04 install
I installed the following for the main dependencies:
- linux-tools-common
- linux-tools-5.13.0-40-generic
- clang …
-
We depend on `libbpf`, which links `zlib` and `libelf`. Let's make sure that the versions of these packages we use are defined by us, and are not different across machines depending on the available v…
-
Running `make` in the `examples/c` directory gets stuck at "Compiling gimli". After a long wait, it indicates that it cannot compile gimli.
`
[root@xqjcool c]# make
Compiling gimli v0.29.0
…
-
I'm trying to compile bcc using libbpf packaged on Debian (libbpf0 and libbpf-dev). So I set the above flag while invoking cmake.
```
mkdir build
cd build
cmake .. -DCMAKE_USE_LIBBPF_PACKAGE=1 ...…
-
I cloned this branch `git clone --branch llvm14 https://github.com/nbaksalyar/redbpf.git`
When I try to install I have encountred this issue.
Input:
```
➜ ~ git clone --branch llvm14 https://gith…
-
I'm getting errors with LLVM JIT mode of bpftime on Fedora Linux x86_64:
```
[2024-01-28 00:38:50][info][707114] Created uprobe/uretprobe perf event handler, module name /500g-a/git/ebpf-plus/libb…
-
With [redbpf](https://github.com/foniod/redbpf), we recently started migrating to `libbpf-sys` from our own wrapper that preceded this project. However, our [CI](https://github.com/foniod/redbpf/runs/…
-
I try to cross-compile your tool for OpenWrt. Since u use reallocarray and similar functions you enable `#define _GNU_SOURCE`. I would assume that everyhing is correct, but it still fails to compile.
…
-
**Describe the bug**
The Parca Agent snap service does not start on Ubuntu 24.04. The snap service shows as active from `snapd` point of view but it seems to be in infinite startup retry loop with th…
-
After running one of the more recent latest CentOS 9 Stream kernels, I found the offsets to be slightly off.
For example: execsnoop would end up gathering the environment variables instead of exec…