We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot start the example, after I upgrade the cilium/ebpf to the latest version. I got the following error
2024/05/24 14:51:23 open usdt: create uprobe (ref_ctr_offset): symbol usdt_python_function__entry: not found
After lots of research I found the UprobeOptions.Offset has renamed to UprobeOptions.Address.
UprobeOptions.Offset
UprobeOptions.Address
cilium/ebpf@5713a12
I think the following code should update
usdt/usdt.go
Lines 65 to 70 in 99369c8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot start the example, after I upgrade the cilium/ebpf to the latest version. I got the following error
After lots of research I found the
UprobeOptions.Offset
has renamed toUprobeOptions.Address
.cilium/ebpf@5713a12
I think the following code should update
usdt/usdt.go
Lines 65 to 70 in 99369c8
The text was updated successfully, but these errors were encountered: