libbpf-bootstrap icon indicating copy to clipboard operation
libbpf-bootstrap copied to clipboard

Scaffolding for BPF application development with libbpf and BPF CO-RE

Results 36 libbpf-bootstrap issues
Sort by recently updated
recently updated
newest added

#7 [5/6] RUN apt-get update && apt-get install -y libelf-dev zlib1g-dev libbfd-dev clang-18 libclang-18-dev libclang-common-18-dev libclang1-18 llvm-18 llvm-18-dev llvm-18-runtime libllvm18 make cmake pkg-config rustc cargo rustfmt sudo && apt-get -y...

My environment does not support BTF and CO-RE (cannot enable CONFIG_DEBUG_INFO_BTF), but I need task_struct to get some task info. What's the best way to implement the code? ``` libbpf:...

Implemented a stress-testing tool for uprobes/uretprobes. It constantly triggers a set of user space functions, in parallel it attached and detached uprobes and uretprobes to random subset of them. To...

I am trying to run the minimal example, after I run `make minial V=1`, it failed. Could anyone help with this? Here is the output: > root@myhost:/data01/libbpf-bootstrap/examples/c# make minimal V=1...

Also benchmark it a little. Performance obviously will depend on haystack and needle strings and so on, but hashing implementation seems to be on par with naive implementation for short...

Hi, anakryiko, can we support static build in example CMakelist, i think others will also meet this glibc version problem ![image](https://github.com/user-attachments/assets/aca347e1-85e4-42bc-b35d-0db3b371449f) ``` set(CMAKE_EXE_LINKER_FLAGS "-static") ``` it seems add static flag...