Commit e42a87f6 authored by egggHang's avatar egggHang Committed by yonghong-song

add arm64 kprobe function name prefix in kernel 4.19 (#2081)

modified:   __init__.py
parent 9bc2976b
......@@ -172,6 +172,7 @@ class BPF(object):
b"__x64_sys_",
b"__x32_compat_sys_",
b"__ia32_compat_sys_",
b"__arm64_sys_",
]
# BPF timestamps come from the monotonic clock. To be able to filter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment