error: 'IN_ACCESS' undeclared here (not in a function)

Question

vagrant@node:/vagrant/systemtap-4.9$ stap -v -a mips -p4 -B CROSS_COMPILE=mips-linux-uclibc- \
>  -r /vagrant/kernel \
>  -m iostats testsuite/systemtap.examples/io/iostats.stp
Pass 1: parsed user script and 467 library scripts using 119972virt/90724res/5872shr/85028data kb, in 160usr/20sys/182real ms.
Pass 2: analyzed script: 5 probes, 3 functions, 99 embeds, 4 globals using 148528virt/120384res/6964shr/113584data kb, in 140usr/1050sys/3693real ms.
Pass 3: translated to C into "/tmp/stapXyIBuA/iostats_src.c" using 148528virt/120576res/7156shr/113584data kb, in 0usr/800sys/1958real ms.
In file included from /tmp/stapXyIBuA/iostats_src.c:108:0:
/tmp/stapXyIBuA/iostats_src.c:261:4: error: 'IN_ACCESS' undeclared here (not in a function); did you mean 'DN_ACCESS'?
/tmp/stapXyIBuA/iostats_src.c:262:4: error: 'IN_MODIFY' undeclared here (not in a function); did you mean 'DN_MODIFY'?
[...]
/tmp/stapXyIBuA/iostats_src.c:283:4: error: 'IN_ONESHOT' undeclared here (not in a function); did you mean 'SA_ONESHOT'?

Answer

+CONFIG_INOTIFY_USER=y
0%