mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-12 06:35:16 +08:00
fix the link to tutorial
This commit is contained in:
@@ -1063,6 +1063,5 @@ int attach_uprobes(struct memleak_bpf *skel)
|
||||
ATTACH_UPROBE(skel, aligned_alloc, aligned_alloc_enter);
|
||||
ATTACH_URETPROBE(skel, aligned_alloc, aligned_alloc_exit);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user