Viewing File: /opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/general/helloworld.stp

#!/opt/rh/gcc-toolset-11/root/usr/bin/stap
probe oneshot { println("hello world") }
Back to Directory