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 70a04f5 commit 82cac8fCopy full SHA for 82cac8f
pythonbpf/helper/bpf_helper_handler.py
@@ -28,6 +28,7 @@ class BPFHelperID(Enum):
28
BPF_KTIME_GET_NS = 5
29
BPF_PRINTK = 6
30
BPF_GET_PRANDOM_U32 = 7
31
+ BPF_GET_SMP_PROCESSOR_ID = 8
32
BPF_GET_CURRENT_PID_TGID = 14
33
BPF_GET_CURRENT_COMM = 16
34
BPF_PERF_EVENT_OUTPUT = 25
0 commit comments