Add trace_fields scaffolding

This commit is contained in:
Pragyansh Chaturvedi
2025-09-07 13:31:38 +05:30
parent 43b8c2c010
commit 6a57b0d554
2 changed files with 55 additions and 0 deletions

View File

@ -143,6 +143,7 @@ def process_bpf_chunk(func_node, module):
process_func_body(module, builder, func_node, func)
print(func)
print(module)
return func