We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14af7ec commit 24e5829Copy full SHA for 24e5829
pythonbpf/helper/bpf_helper_handler.py
@@ -68,6 +68,7 @@ def bpf_ktime_get_ns_emitter(
68
result = builder.call(fn_ptr, [], tail=False)
69
return result, ir.IntType(64)
70
71
+
72
@HelperHandlerRegistry.register(
73
"get_current_cgroup_id",
74
param_types=[],
0 commit comments