LICENSE
README.md
pyproject.toml
pythonbpf/__init__.py
pythonbpf/allocation_pass.py
pythonbpf/assign_pass.py
pythonbpf/codegen.py
pythonbpf/decorators.py
pythonbpf/globals_pass.py
pythonbpf/license_pass.py
pythonbpf/local_symbol.py
pythonbpf/type_deducer.py
pythonbpf/utils.py
pythonbpf.egg-info/PKG-INFO
pythonbpf.egg-info/SOURCES.txt
pythonbpf.egg-info/dependency_links.txt
pythonbpf.egg-info/requires.txt
pythonbpf.egg-info/top_level.txt
pythonbpf/debuginfo/__init__.py
pythonbpf/debuginfo/debug_info_generator.py
pythonbpf/debuginfo/dtypes.py
pythonbpf/debuginfo/dwarf_constants.py
pythonbpf/expr/__init__.py
pythonbpf/expr/call_registry.py
pythonbpf/expr/expr_pass.py
pythonbpf/expr/ir_ops.py
pythonbpf/expr/type_normalization.py
pythonbpf/expr/vmlinux_registry.py
pythonbpf/functions/__init__.py
pythonbpf/functions/function_debug_info.py
pythonbpf/functions/function_metadata.py
pythonbpf/functions/functions_pass.py
pythonbpf/functions/return_utils.py
pythonbpf/helper/__init__.py
pythonbpf/helper/bpf_helper_handler.py
pythonbpf/helper/helper_registry.py
pythonbpf/helper/helper_utils.py
pythonbpf/helper/helpers.py
pythonbpf/helper/printk_formatter.py
pythonbpf/maps/__init__.py
pythonbpf/maps/map_debug_info.py
pythonbpf/maps/map_types.py
pythonbpf/maps/maps.py
pythonbpf/maps/maps_pass.py
pythonbpf/maps/maps_utils.py
pythonbpf/structs/__init__.py
pythonbpf/structs/struct_type.py
pythonbpf/structs/structs_pass.py
pythonbpf/vmlinux_parser/__init__.py
pythonbpf/vmlinux_parser/assignment_info.py
pythonbpf/vmlinux_parser/class_handler.py
pythonbpf/vmlinux_parser/dependency_handler.py
pythonbpf/vmlinux_parser/dependency_node.py
pythonbpf/vmlinux_parser/import_detector.py
pythonbpf/vmlinux_parser/vmlinux_exports_handler.py
pythonbpf/vmlinux_parser/ir_gen/__init__.py
pythonbpf/vmlinux_parser/ir_gen/debug_info_gen.py
pythonbpf/vmlinux_parser/ir_gen/ir_generation.py