-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
启动报错 token __x64_blk_account_io_done: not found #293
Comments
It means your kernel does not expose __x64_blk_account_io_done symbol. __x64_blk_account_io_done was removed in newer kernel. However, we will remove biolatency probe in next release version of kubeksoop, a new latency diagnostic feature will be introduced, incorporating the capabilities that these probes used to offer. |
There are two similar errors as follows: Is there any temporary solution to fix it? |
Try executing For a workaround, you can replace kfree_skb in the code with __kfree_skb, or avoid loading these two probes (since they will be deprecated later anyway). |
Thanks, your advice helps a lot |
failed start probe biolatency, err: link blk_account_io_done: creating perf_kprobe PMU (arch-specific fallback for "blk_account_io_done"): token __x64_blk_account_io_done: not found: no such file or directory
平台:Linux yang 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: