error IN_ACCESS undeclared here (not in a function)

vagrant@node:/tmp/stap$ stap -g -a mips -p4 -B CROSS_COMPILE=mipsel-linux- \
>  -r /tmp/stap/linux-3.10 \
>  -m killsnoop bsp/systemtap-4.7/testsuite/systemtap.examples/lwtools/killsnoop-nd.stp
/tmp/stapuaNZ7P/killsnoop_src.c:297: error: 'IN_ACCESS' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:298: error: 'IN_MODIFY' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:299: error: 'IN_ATTRIB' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:300: error: 'IN_CLOSE_WRITE' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:301: error: 'IN_CLOSE_NOWRITE' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:302: error: 'IN_OPEN' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:303: error: 'IN_MOVED_FROM' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:304: error: 'IN_MOVED_TO' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:305: error: 'IN_CREATE' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:306: error: 'IN_DELETE' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:307: error: 'IN_DELETE_SELF' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:308: error: 'IN_MOVE_SELF' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:309: error: 'IN_UNMOUNT' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:310: error: 'IN_Q_OVERFLOW' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:311: error: 'IN_IGNORED' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:312: error: 'IN_ONLYDIR' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:313: error: 'IN_DONT_FOLLOW' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:317: error: 'IN_MASK_ADD' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:318: error: 'IN_ISDIR' undeclared here (not in a function)
/tmp/stapuaNZ7P/killsnoop_src.c:319: error: 'IN_ONESHOT' undeclared here (not in a function)
cc1: warnings being treated as errors
cc1: error: unrecognized command line option "-Wno-infinite-recursion"
scripts/Makefile.build:308: recipe for target '/tmp/stapuaNZ7P/killsnoop_src.o' failed
make[1]: *** [/tmp/stapuaNZ7P/killsnoop_src.o] Error 1
Makefile:1239: recipe for target '_module_/tmp/stapuaNZ7P' failed
make: *** [_module_/tmp/stapuaNZ7P] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compilation failed.  [man error::pass4]

Build kernel with:

+CONFIG_INOTIFY_USER=y
0%