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