D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
systemtap
/
examples
/
general
/
Filename :
helloworld.stp
back
Copy
#!/usr/bin/stap probe oneshot { println("hello world") }