systemtap执行过程中报probe timer.profile registration error
生活随笔
收集整理的這篇文章主要介紹了
systemtap执行过程中报probe timer.profile registration error
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
probe timer.profile registration error
今天在執行火焰圖的過程中,代碼報錯,probe timer.profile registration error
經過查詢、分析可能是在該平臺該函數是不安全、不共享的。
將
probe timer.profile {
用該代碼替換即可
probe perf.sw.cpu_clock !, timer.profile {
轉載于:https://www.cnblogs.com/luomgf/p/10878408.html
總結
以上是生活随笔為你收集整理的systemtap执行过程中报probe timer.profile registration error的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Flutter 使用动画播放一组图片
- 下一篇: Git和GitHub快速入门