summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/seventeen.stp
blob: 6ac87815570e2069b2f7efe5ddceed39c12cff68 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p4

# this tests access to members of a target global variable
# (PR 1191)

probe kernel.function("pipe_write")
{
	log (hexstring ($write_fifo_fops->llseek))
}