summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twenty.stp
blob: aa6287c4848dd93a17fa99bad0ac452d12145ddf (plain)
1
2
3
4
5
6
7
8
#! stap -gp4

# Test for writing to target variables, PR 1131

probe kernel.function("vfs_readdir")
{
	$file->f_dentry->d_name->len = 1
}