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

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