?? xioctl.d
字號:
/* * To make the output more readable, we want to indent every function entry * (and unindent every function return). This is done by setting the * "flowindent" option. */#pragma D option flowindentsyscall::ioctl:entry/execname == "xclock" && guard++ == 0/{ self->traceme = 1; printf("fd: %d", arg0);}fbt:::/self->traceme/{}syscall::ioctl:return/self->traceme/{ self->traceme = 0; exit(0);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -