`
xieyj
  • 浏览: 100267 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

systemtap学习笔记

阅读更多

systemtap的注意事项:

1、 函数和探针是在关中断情况下运行

       Note that all SystemTap functions and probes run with interrupts disabled,

thus you cannot call functions that might sleep within the embedded C.

2、全局变量是有锁保证可以并发运行的

      The translator asserts certain safety constraints. It ensures that no handler routine can run for too long,allocate memory, perform unsafe operations, or unintentionally interfere with the kernel. Use of script

global variables is locked to protect against manipulation by concurrent probe handlers.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics