????

Your IP : 216.73.216.152


Current Path : /proc/self/root/proc/self/root/usr/share/systemtap/examples/general/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/share/systemtap/examples/general/helloworld.stp

#!/usr/bin/stap
probe oneshot { println("hello world") }