Fix userspace calling in sync_timing

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 15:08:27 +05:30
parent 610cbe82a8
commit 3273620447

View File

@ -33,9 +33,10 @@ def LICENSE() -> str:
return "GPL"
# compile
# Compile and load
b = BPF()
b.load_and_attach()
b.load()
b.attach_all()
print("Tracing for quick sync's... Ctrl-C to end")