mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-03-20 11:56:22 +08:00
* Initial plan * Fix issue #173: Update Rust uprobe documentation to use debug build and correct function symbol Co-authored-by: yunwei37 <34985212+yunwei37@users.noreply.github.com> * Add CI tests for Rust uprobe tutorial (issue #173) Co-authored-by: yunwei37 <34985212+yunwei37@users.noreply.github.com> * Update src/37-uprobe-rust/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 云微 <1067852565@qq.com> * Update src/37-uprobe-rust/README.zh.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 云微 <1067852565@qq.com> * Use wildcard patterns for Rust symbol matching in bpftrace examples Co-authored-by: yunwei37 <34985212+yunwei37@users.noreply.github.com> * Add CI test to verify bpftrace can attach to Rust uprobe Co-authored-by: yunwei37 <34985212+yunwei37@users.noreply.github.com> * Separate bpftrace tests into new test-bpftrace.yml workflow Co-authored-by: yunwei37 <34985212+yunwei37@users.noreply.github.com> --------- Signed-off-by: 云微 <1067852565@qq.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yunwei37 <34985212+yunwei37@users.noreply.github.com> Co-authored-by: 云微 <1067852565@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>