mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
add vmlinux processor to codegen pipeline
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
@ -0,0 +1 @@
|
||||
from .import_detector import vmlinux_proc
|
||||
|
||||
5
pythonbpf/vmlinux_parser/import_detector.py
Normal file
5
pythonbpf/vmlinux_parser/import_detector.py
Normal file
@ -0,0 +1,5 @@
|
||||
import llvmlite.ir as ir
|
||||
import ast
|
||||
|
||||
def vmlinux_proc(tree, module):
|
||||
pass
|
||||
Reference in New Issue
Block a user