mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Pass map_sym_tab to functions pass
This commit is contained in:
@ -17,6 +17,7 @@ def maps_proc(tree, module, chunks):
|
||||
print(f"Found BPF map: {func_node.name}")
|
||||
process_bpf_map(func_node, module)
|
||||
continue
|
||||
return map_sym_tab
|
||||
|
||||
|
||||
def create_bpf_map(module, map_name, map_params):
|
||||
|
||||
Reference in New Issue
Block a user