mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
6 lines
78 B
Python
6 lines
78 B
Python
import llvmlite.ir as ir
|
|
import ast
|
|
|
|
def vmlinux_proc(tree, module):
|
|
pass
|