summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/maxactive01.stp
blob: 1cf893ef6db6e7174c51fad1b0190d12f2bb083b (plain)
1
2
3
4
5
6
#! stap -p4

probe kernel.function("vfs_read").return.maxactive(3)
{
	printf(".");
}