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

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