Guest User

Untitled

a guest
Nov 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1.  
  2. # dtrace -n syscall:::entry/pid==24250/'{@[probefunc] = count() }'
  3. dtrace: description 'syscall:::entry' matched 230 probes
  4. ^C
  5.  
  6. getpid 1
  7. lwp_continue 1
  8. lwp_create 1
  9. lwp_kill 1
  10. schedctl 1
  11. setcontext 1
  12. uucopy 1
  13. lwp_sigmask 2
  14. kill 3
  15. pwrite 3
  16. timer_settime 4
  17. lwp_park 13
  18. getmsg 21
  19. ioctl 181
  20. sigaction 6545
  21. sigwait 6548
  22. pollsys 13111
  23. write 13113
  24. read 19648
  25.  
  26.  
  27.  
  28. dtrace -n 'syscall:::entry/ pid == 24250 && probefunc == "write" /{@[ustack()] = count(); }'
  29. dtrace: description 'syscall:::entry' matched 230 probes
  30. ^C
  31.  
  32.  
  33. libc.so.1`__write+0xa
  34. qemu-system-x86_64`qemu_event_increment+0x2e
  35. qemu-system-x86_64`qemu_notify_event+0x18
  36. qemu-system-x86_64`qemu_set_fd_handler2+0x135
  37. qemu-system-x86_64`vnic_update_fd_handler+0x76
  38. qemu-system-x86_64`vnic_write_poll+0x28
  39. qemu-system-x86_64`vnic_writable+0x25
  40. qemu-system-x86_64`main_loop_wait+0x3d2
  41. qemu-system-x86_64`kvm_main_loop+0x119
  42. qemu-system-x86_64`main_loop+0x17
  43. qemu-system-x86_64`main+0x2d45
  44. qemu-system-x86_64`_start+0x6c
  45. 44
  46.  
  47. libc.so.1`__write+0xa
  48. qemu-system-x86_64`qemu_event_increment+0x2e
  49. qemu-system-x86_64`qemu_notify_event+0x18
  50. qemu-system-x86_64`qemu_set_fd_handler2+0x135
  51. qemu-system-x86_64`vnic_update_fd_handler+0x76
  52. qemu-system-x86_64`vnic_write_poll+0x28
  53. qemu-system-x86_64`vnic_read_packet+0x7c
  54. qemu-system-x86_64`vnic_send+0x34
  55. qemu-system-x86_64`main_loop_wait+0x30c
  56. qemu-system-x86_64`kvm_main_loop+0x119
  57. qemu-system-x86_64`main_loop+0x17
  58. qemu-system-x86_64`main+0x2d45
  59. qemu-system-x86_64`_start+0x6c
  60. 45
  61.  
  62. libc.so.1`__write+0xa
  63. qemu-system-x86_64`qemu_event_increment+0x2e
  64. qemu-system-x86_64`qemu_notify_event+0x18
  65. qemu-system-x86_64`host_alarm_handler+0x5e
  66. qemu-system-x86_64`sigfd_handler+0x115
  67. qemu-system-x86_64`main_loop_wait+0x30c
  68. qemu-system-x86_64`kvm_main_loop+0x119
  69. qemu-system-x86_64`main_loop+0x17
  70. qemu-system-x86_64`main+0x2d45
  71. qemu-system-x86_64`_start+0x6c
  72. 19177
  73.  
  74. libc.so.1`__write+0xa
  75. qemu-system-x86_64`sigwait_compat+0xd5
  76. libc.so.1`_thrp_setup+0x83
  77. libc.so.1`_lwp_start
  78. 19180
  79.  
  80.  
  81.  
  82. # dtrace -n 'syscall:::entry/ pid == 24250 && probefunc == "read" /{@[ustack()] = count(); }'
  83. dtrace: description 'syscall:::entry' matched 230 probes
  84. ^C
  85.  
  86.  
  87. libc.so.1`__read+0xa
  88. qemu-system-x86_64`posix_aio_read+0x4e
  89. qemu-system-x86_64`main_loop_wait+0x30c
  90. qemu-system-x86_64`kvm_main_loop+0x119
  91. qemu-system-x86_64`main_loop+0x17
  92. qemu-system-x86_64`main+0x2d45
  93. qemu-system-x86_64`_start+0x6c
  94. 6
  95.  
  96. libc.so.1`__read+0xa
  97. qemu-system-x86_64`qemu_event_read+0x35
  98. qemu-system-x86_64`main_loop_wait+0x30c
  99. qemu-system-x86_64`kvm_main_loop+0x119
  100. qemu-system-x86_64`main_loop+0x17
  101. qemu-system-x86_64`main+0x2d45
  102. qemu-system-x86_64`_start+0x6c
  103. 13292
  104.  
  105. libc.so.1`__read+0xa
  106. qemu-system-x86_64`sigfd_handler+0x39
  107. qemu-system-x86_64`main_loop_wait+0x30c
  108. qemu-system-x86_64`kvm_main_loop+0x119
  109. qemu-system-x86_64`main_loop+0x17
  110. qemu-system-x86_64`main+0x2d45
  111. qemu-system-x86_64`_start+0x6c
  112. 26529
Add Comment
Please, Sign In to add comment