summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/four.stp
blob: 7ecbc5c8c57a7250e0b53ba94ca80da8e230a47c (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
{

}