Advertisement
agentzh

Untitled

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