summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/six.stp
blob: 0b3bdccf4261c8596ea3d502ad1a34c558787fb0 (plain)
1
2
3
4
5
6
7
8
#! stap -p3

probe begin
{
	print("kernel time\n")
	log("hello there")
	warn("this is a builtin")
}