errorpath.d
来自「Sun Solaris 10 中的 DTrace 组件的源代码。请参看: htt」· D 代码 · 共 27 行
D
27 行
pid$1::$2:entry{ self->spec = speculation(); speculate(self->spec); printf("%x %x %x %x %x", arg0, arg1, arg2, arg3, arg4);}pid$1::$2:/self->spec/{ speculate(self->spec);}pid$1::$2:return/self->spec && arg1 == 0/{ discard(self->spec); self->spec = 0;}pid$1::$2:return/self->spec && arg1 != 0/{ commit(self->spec); self->spec = 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?