Fix userspace calling in hello_world

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 14:59:13 +05:30
parent aa85d0e0ef
commit dd9411b7b9

View File

@ -15,7 +15,9 @@ def LICENSE() -> str:
return "GPL"
# Compile and load
b = BPF()
b.load_and_attach()
b.load()
b.attach_all()
trace_pipe()