Fix userspace calling in sync_count

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 15:04:40 +05:30
parent 54c97e648b
commit 610cbe82a8

View File

@ -37,9 +37,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")