summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/seventeen.stp
blob: 9adffa488979eb16c6eadaa382270ab53539c9b9 (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")
{
	printf("0x%x\n", $write_fifo_fops->llseek)
}