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) }