mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Remove trace_printk decorator function
This commit is contained in:
@ -6,7 +6,3 @@ def tracepoint(name: str):
|
||||
|
||||
def license(license_type: str):
|
||||
return license_type
|
||||
|
||||
def trace_printk(msg: str):
|
||||
# placeholder — real version lowers to IR later
|
||||
print(f"[trace_printk] {msg}")
|
||||
|
||||
Reference in New Issue
Block a user