summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/basic3.stp
blob: 23f826d642a0b58dc8161d44bfdd028e3ec9e1e6 (plain)
1
2
3
4
5
6
probe begin 
{
	printf("Hello\n");
	print("World\n");	
	exit()
}