Skip to content

Commit ba3e020

Browse files
committed
Register output in HelperHandlerRegistry
1 parent 9099b3e commit ba3e020

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonbpf/helper/bpf_helper_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def bpf_get_current_pid_tgid_emitter(call, map_ptr, module, builder, func,
195195
return pid, ir.IntType(64)
196196

197197

198+
@HelperHandlerRegistry.register("output")
198199
def bpf_perf_event_output_handler(call, map_ptr, module, builder, func,
199200
local_sym_tab=None, struct_sym_tab=None,
200201
local_var_metadata=None):

0 commit comments

Comments
 (0)