summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/basic2.stp
blob: 8c5891b48d1b314518c9dc32bf1b71e11e097136 (plain)
1
2
3
4
5
6
probe begin 
{
	printf("Hello");
	print("World");	
	exit()
}