summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/four.stp
blob: d8b8eefd0d2a82fea4bb4752cc150787839c875a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! stap -p4

probe module("ext3").function("*") ?
{
	log ("ext3 fn")
}

/*to avoid empty file*/
probe begin
{
	log("begin")
}