mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add bpf_ktime_get_ns helper function without IR gen
This commit is contained in:
2
pythonbpf/helpers.py
Normal file
2
pythonbpf/helpers.py
Normal file
@ -0,0 +1,2 @@
|
||||
def bpf_ktime_get_ns():
|
||||
return bpf_ktime_get_ns()
|
||||
Reference in New Issue
Block a user