ignore vmlinux and extend example

This commit is contained in:
2025-10-09 10:04:35 +05:30
parent 6881d2e960
commit d86dd683f4
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ __pycache__/
*.ll
*.o
.ipynb_checkpoints/
vmlinux.py

View File

@ -33,3 +33,5 @@ compile_to_ir("ringbuf.py", "ringbuf.ll")
compile()
b = BPF()
b.load_and_attach()
while True:
print("running")