bpf-developer-tutorial icon indicating copy to clipboard operation
bpf-developer-tutorial copied to clipboard

eBPF Developer Tutorial: Learning eBPF Step by Step with Examples

Results 35 bpf-developer-tutorial issues
Sort by recently updated
recently updated
newest added

Error message: ``` INFO [ecc_rs::bpf_compiler] Compiling bpf object... error: unknown argument: '-target bpf' /home/runjie/Desktop/bpf-developer-tutorial/src/9-runqlat/core_fixes.bpf.h:28:6: error: use of unknown builtin '__builtin_preserve_field_info' [-Wimplicit-function-declaration] /home/runjie/Desktop/bpf-developer-tutorial/src/9-runqlat/core_fixes.bpf.h:51:6: error: use of unknown builtin '__builtin_preserve_field_info' [-Wimplicit-function-declaration] /home/runjie/Desktop/bpf-developer-tutorial/src/9-runqlat/core_fixes.bpf.h:79:6:...

bug

**Is your feature request related to a problem? Please describe.** Add uprobe tutorial and examples for trace golang and rust

enhancement

有没有大佬能帮助我,我不太会配置这个环境 ![image](https://github.com/eunomia-bpf/bpf-developer-tutorial/assets/79206884/93587a92-ac5e-43a4-a1b8-8db5c8dd20dc)

documentation
help wanted

**Describe the bug** A clear and concise description of what the bug is. ![image](https://github.com/eunomia-bpf/bpf-developer-tutorial/assets/6583143/6eefdd67-4ef5-40b0-a459-8011f5ec0f77) ./trace_bpf_output.sh的输出结构有bug,显示的passive和active连接的源端口和目的端口都不正确。 ![image](https://github.com/eunomia-bpf/bpf-developer-tutorial/assets/6583143/a5884b26-02b6-4927-a600-54c88e09c7ac) 上图是正常的 ![image](https://github.com/eunomia-bpf/bpf-developer-tutorial/assets/6583143/9a758fb5-72ac-4cf0-b36d-55a8a8f24db5) 上图是错误的 我不了解箭头所指的端口4是如何来的呢?为啥会出现这个问题呢 **To Reproduce** Steps to reproduce the behavior: 1. 编译后执行load.sh脚本,加载成功 2....

bug
help wanted

OS: entOS Linux release 7.6.1810 (Core) GCC: gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) when I compile 13-tcpconnlat, I got the following error BPFTOOL bpftool/bootstrap/bpftool ... libbfd: [ OFF...

bug

**Is your feature request related to a problem? Please describe.** It is typographical stuff like space between two languages and between word and digit. Indeed the tutorials are excellent, but...

enhancement

Hi everyone, I was following the guide in [1], however, when attaching the usdt it fails with the error: ``` libbpf: usdt: no USDT notes section (.note.stapsdt) found in '/usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so'...

help wanted

**Is your feature request related to a problem? Please describe.** The example for https://github.com/eunomia-bpf/bpf-developer-tutorial/tree/main/src/31-goroutine is working. We need to write a tutorial for it. **Describe the solution you'd like** Write...

enhancement
good first issue
help wanted

## Description Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...

size/S

**Is your feature request related to a problem? Please describe.** Some tutorial may require a higher version of kernel. **Describe the solution you'd like** A clear and concise description of...

documentation
enhancement
good first issue
help wanted