summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/hello2.stp
blob: aa0798fa78ff825242490fa12813a00f4b07047e (plain)
1
2
3
4
5
6
7
probe begin
{
	print("Print");
	log("Systemtap");
	warn("warning");
	exit()
}