Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ /opt/stap/bin/stap --disable-cache -e 'probe tp_syscall.read { print(argstr) }'
- /tmp/stapLvQtt4/stap_12200_src.c: In function ‘probe_4701’:
- /tmp/stapLvQtt4/stap_12200_src.c:497:85: error: ‘__NR_compat_read’ undeclared (first use in this function); did you mean ‘__NR_seccomp_read’?
- if ((((l->l___nr) != ((((int64_t) (/* pure */ /* unprivileged */ /* stable */ __NR_compat_read))))))) {
- ^~~~~~~~~~~~~~~~
- __NR_seccomp_read
- /tmp/stapLvQtt4/stap_12200_src.c:497:85: note: each undeclared identifier is reported only once for each function it appears in
- make[1]: *** [scripts/Makefile.build:324: /tmp/stapLvQtt4/stap_12200_src.o] Error 1
- make: *** [Makefile:1565: _module_/tmp/stapLvQtt4] Error 2
- WARNING: kbuild exited with status: 2
- Pass 4: compilation failed. [man error::pass4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement