We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9099b3e commit ba3e020Copy full SHA for ba3e020
1 file changed
pythonbpf/helper/bpf_helper_handler.py
@@ -195,6 +195,7 @@ def bpf_get_current_pid_tgid_emitter(call, map_ptr, module, builder, func,
195
return pid, ir.IntType(64)
196
197
198
+@HelperHandlerRegistry.register("output")
199
def bpf_perf_event_output_handler(call, map_ptr, module, builder, func,
200
local_sym_tab=None, struct_sym_tab=None,
201
local_var_metadata=None):
0 commit comments