Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. -bash-4.2$ par ./cc41_elf -c -O0 test.c -o test.o
  2. 0mS ( 1355): was sent signal SIGUSR1 by pid 1356
  3. 0mS : received signal SIGUSR1 (handler 0x10002ac8)
  4. 0mS : END-pause() errno = 4 (Interrupted function call)
  5. 0mS : sigreturn(0x7fff2af0) OK
  6. 0mS : execve("./cc41_elf", 0x7fff2f58, 0x7fff2f74)
  7. 2mS : END-execve() OK
  8. 2mS : brk(0x10010010) OK
  9. 2mS : brk(0x10012010) OK
  10. 2mS : open("/lib/crt1.o", O_RDONLY, 0) errno = 2 (No such file or directory)
  11. 2mS : open("/usr/lib/crt1.o", O_RDONLY, 0) = 3
  12. 3mS : close(3) OK
  13. 3mS : open("/lib/crtn.o", O_RDONLY, 0) errno = 2 (No such file or directory)
  14. 3mS : open("/usr/lib/crtn.o", O_RDONLY, 0) = 3
  15. 3mS : close(3) OK
  16. 3mS : open("/usr/lib/comp.config", O_RDONLY, 0666) errno = 2 (No such file or directory)
  17. 3mS : open("/lib/crt1.o", O_RDONLY, 0) errno = 2 (No such file or directory)
  18. 3mS : open("/usr/lib/crt1.o", O_RDONLY, 0) = 3
  19. 3mS : close(3) OK
  20. 3mS : open("/lib/crtn.o", O_RDONLY, 0) errno = 2 (No such file or directory)
  21. 3mS : open("/usr/lib/crtn.o", O_RDONLY, 0) = 3
  22. 3mS : close(3) OK
  23. 3mS : open("/lib/crt1.o", O_RDONLY, 0) errno = 2 (No such file or directory)
  24. 3mS : open("/usr/lib/crt1.o", O_RDONLY, 0) = 3
  25. 3mS : close(3) OK
  26. 3mS : open("/lib/crtn.o", O_RDONLY, 0) errno = 2 (No such file or directory)
  27. 3mS : open("/usr/lib/crtn.o", O_RDONLY, 0) = 3
  28. 3mS : close(3) OK
  29. 3mS ( 1355): was sent signal SIGSYS by the kernel
  30. 3mS : signal(SIGQUIT, 0, 0)
  31. 3mS : received signal SIGSYS
  32.  
  33. System call summary:
  34. Average Total
  35. Name #Calls Time(ms) Time(ms)
  36. -----------------------------------------
  37. execve 1 2.55 2.55
  38. open 13 0.04 0.57
  39. close 6 0.02 0.09
  40. brk 2 0.00 0.01
  41. sigreturn 1 0.01 0.01
  42. signal 1 0.00 0.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement