mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Fix userspace calling in sync_count
This commit is contained in:
@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user