Xu Kuohai xukuohai@huawei.com writes:
Add bpf trampoline support for arm64. Most of the logic is the same as x86.
Tested on qemu, result: #55 fentry_fexit:OK #56 fentry_test:OK #58 fexit_sleep:OK #59 fexit_stress:OK #60 fexit_test:OK #67 get_func_args_test:OK #68 get_func_ip_test:OK #101 modify_return:OK
Yay! Great to see this; thanks a bunch for tackling it! :)
-Toke