Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. # stap -v -e 'probe vfs.read {printf("read performed\n"); exit()}'
  2. Pass 1: parsed user script and 480 library scripts using 110208virt/87228res/4364shr/82872data kb, in 340usr/100sys/508real ms.
  3. Pass 2: analyzed script: 2 probes, 1 function, 5 embeds, 0 globals using 359640virt/337808res/5584shr/332304data kb, in 3550usr/3210sys/7971real ms.
  4. Pass 3: translated to C into "/tmp/stapYcY3Q3/stap_bb7beda708525a1b7c17ed95247ac6bd_2911_src.c" using 359640virt/338032res/5808shr/332304data kb, in 10usr/10sys/6real ms.
  5. In file included from /usr/share/systemtap/runtime/linux/print.c:18,
  6. from /usr/share/systemtap/runtime/print.c:17,
  7. from /usr/share/systemtap/runtime/runtime_context.h:22,
  8. from /tmp/stapYcY3Q3/stap_bb7beda708525a1b7c17ed95247ac6bd_2911_src.c:115:
  9. /usr/share/systemtap/runtime/vsprintf.c: In function ‘_stp_vsnprintf’:
  10. /usr/share/systemtap/runtime/vsprintf.c:641:35: error: this statement may fall through [-Werror=implicit-fallthrough=]
  11. 641 | flags |= STP_LARGE;
  12. | ~~~~~~^~~~~~~~~~~~
  13. /usr/share/systemtap/runtime/vsprintf.c:642:21: note: here
  14. 642 | case 'x':
  15. | ^~~~
  16. /usr/share/systemtap/runtime/vsprintf.c:828:10: error: this statement may fall through [-Werror=implicit-fallthrough=]
  17. 828 | flags |= STP_LARGE;
  18. | ~~~~~~^~~~~~~~~~~~
  19. /usr/share/systemtap/runtime/vsprintf.c:829:3: note: here
  20. 829 | case 'x':
  21. | ^~~~
  22. cc1: all warnings being treated as errors
  23. make[1]: *** [scripts/Makefile.build:288: /tmp/stapYcY3Q3/stap_bb7beda708525a1b7c17ed95247ac6bd_2911_src.o] Error 1
  24. make: *** [Makefile:1655: _module_/tmp/stapYcY3Q3] Error 2
  25. WARNING: kbuild exited with status: 2
  26. Pass 4: compiled C into "stap_bb7beda708525a1b7c17ed95247ac6bd_2911.ko" in 10210usr/2390sys/12685real ms.
  27. Pass 4: compilation failed. [man error::pass4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement