-
Hi,
I noticed in https://github.com/xdp-project/xdp-tools/commit/3f3751c12b2b7edd0cd90df03ab497f52bf818af that the "traditional" `vmlinux.h` was stripped down. I think in the regular BPF helper wor…
-
```
FROM ubuntu:24.04
WORKDIR /home/xdp_lb
RUN apt-get update
RUN apt-get install -y clang llvm libelf-dev libbpf-dev libpcap-dev gcc-multilib build-essential make linux-tools-common
RUN…
-
Any spaces in cwd causes a Makefile to mess things up.
-
error: failed to run custom build command for `libbpf-sys v1.5.0+v1.5.0` Caused by: process didn't exit successfully: `/workdir/openwrt/build_dir/target-aarch64_cortex-a53_musl/einat-ebpf-0.1.2/tar…
-
I had some problems building `bpftime` on `Ubuntu-18.04` (precisely, `ubuntu-18.04.2-desktop-amd64.iso`):
**Firstly**, `-std=gnu++20` requires [GCC-8 and above](https://gcc.gnu.org/projects/cxx-sta…
-
Hi,
BCC build on ubuntu 22.04 fails with below error. Installed clang-14/llvm-14 versions for backend compilation.
{{
/bcc/bcc/build$ cmake ..
-- The C compiler identification is GNU 11.2.0
--…
-
```
+ /usr/bin/cmake -D BUILD_SHARED_LIBS=ON -D CMAKE_AR=/usr/bin/ar -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_FLAGS_RELEASE=-DNDEBUG -D CMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -D CMAKE_Fortran_FLAGS_…
-
We may want to make sure to run some Linux kernel CI using this repository when a pull request is submitted and/or a change is pushed to `master`. I'd guess (but have not checked) that we could probab…
-
While we have good libraries (e.g. [Rust](https://docs.rs/landlock/latest/landlock/), [Go](https://pkg.go.dev/github.com/landlock-lsm/go-landlock/landlock), [Haskell](https://hackage.haskell.org/packa…
l0kod updated
4 months ago
-
Hello,
is it possible to use libbpf and CO-RE to trace user space programs that have USDT probes defined with Systemtap's sys/sdt.h?
I've managed to build the simple example application with USD…