Alocate space at the entry bb of each bpf chunk

This commit is contained in:
Pragyansh Chaturvedi
2025-09-10 04:59:34 +05:30
parent aeb9a45175
commit ebb872fc81
2 changed files with 75 additions and 15 deletions

View File

@ -32,8 +32,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
# last().delete(key)
if True:
print("we prevailed")
# ts = ktime()
ktime()
ts = ktime()
# last().update(key, ts)
return c_int64(0)