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