Guest User

Untitled

a guest
Jun 21st, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. zakzak1:~/work/lkl-js/tools/lkl% ./tests/boot
  2. 1..35 # boot
  3. * 1 mutex
  4. ok 1 mutex
  5. ---
  6. time_us: 2
  7. log: |
  8. ...
  9. * 2 semaphore
  10. ok 2 semaphore
  11. ---
  12. time_us: 0
  13. log: |
  14. ...
  15. * 3 join
  16. ok 3 join
  17. ---
  18. time_us: 14
  19. log: |
  20. joined 93830454307792
  21. ...
  22. * 4 start_kernel
  23. ok 4 start_kernel
  24. ---
  25. time_us: 9260
  26. log: |
  27. [ 0.000000] Linux version 4.16.0+ (tazaki@zakzak1.iijlab.net) (gcc version 8.1.1 20180502 (Red Hat 8.1.1-1) (GCC)) #6 Wed Jun 20 13:01:55 JST 2018
  28. [ 0.000000] bootmem address range: 0x7fd5a92a6000 - 0x7fd5aa2a5000
  29. [ 0.000000] On node 0 totalpages: 4095
  30. [ 0.000000] Normal zone: 56 pages used for memmap
  31. [ 0.000000] Normal zone: 0 pages reserved
  32. [ 0.000000] Normal zone: 4095 pages, LIFO batch:0
  33. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  34. [ 0.000000] pcpu-alloc: [0] 0
  35. [ 0.000000] Built 1 zonelists, mobility grouping off. Total pages: 4039
  36. [ 0.000000] Kernel command line: mem=16M loglevel=8
  37. [ 0.000000] Dentry cache hash table entries: 2048 (order: 2, 16384 bytes)
  38. [ 0.000000] Inode-cache hash table entries: 1024 (order: 1, 8192 bytes)
  39. [ 0.000000] Memory available: 16032k/16380k RAM
  40. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  41. [ 0.000000] NR_IRQS: 4096
  42. [ 0.000000] lkl: irqs initialized
  43. [ 0.000000] clocksource: lkl: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
  44. [ 0.000000] lkl: time and timers initialized (irq1)
  45. [ 0.000002] pid_max: default: 4096 minimum: 301
  46. [ 0.000018] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
  47. [ 0.000021] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
  48. [ 0.002939] console [lkl_console0] enabled
  49. [ 0.002950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  50. [ 0.002995] random: get_random_u32 called from bucket_table_alloc+0x89/0x240 with crng_init=0
  51. [ 0.003021] NET: Registered protocol family 16
  52. [ 0.003398] clocksource: Switched to clocksource lkl
  53. [ 0.003468] NET: Registered protocol family 2
  54. [ 0.003566] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes)
  55. [ 0.003569] TCP established hash table entries: 512 (order: 0, 4096 bytes)
  56. [ 0.003571] TCP bind hash table entries: 512 (order: 0, 4096 bytes)
  57. [ 0.003573] TCP: Hash tables configured (established 512 bind 512)
  58. [ 0.003612] UDP hash table entries: 128 (order: 0, 4096 bytes)
  59. [ 0.003615] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
  60. [ 0.003751] workingset: timestamp_bits=62 max_order=12 bucket_order=0
  61. [ 0.004512] SGI XFS with ACLs, security attributes, no debug enabled
  62. [ 0.004853] random: fast init done
  63. [ 0.005174] io scheduler noop registered
  64. [ 0.005175] io scheduler deadline registered
  65. [ 0.005202] io scheduler cfq registered (default)
  66. [ 0.005203] io scheduler mq-deadline registered
  67. [ 0.005204] io scheduler kyber registered
  68. [ 0.007597] NET: Registered protocol family 10
  69. [ 0.007743] Segment Routing with IPv6
  70. [ 0.007753] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  71. [ 0.007878] Warning: unable to open an initial console.
  72. [ 0.007888] This architecture does not have kernel memory protection.
  73. lkl_start_kernel(&lkl_host_ops, "mem=16M loglevel=8") = 0
  74. ...
  75. * 5 getpid
  76. ok 5 getpid
  77. ---
  78. time_us: 11
  79. log: |
  80. lkl_sys_getpid() = 1
  81. ...
  82. * 6 syscall_latency
  83. ok 6 syscall_latency
  84. ---
  85. time_us: 369
  86. log: |
  87. avg/min/max: lkl:95/91/277 native:227/222/3384
  88. ...
  89. * 7 umask
  90. ok 7 umask
  91. ---
  92. time_us: 1
  93. log: |
  94. lkl_sys_umask(0777) = 18
  95. ...
  96. * 8 umask2
  97. ok 8 umask2
  98. ---
  99. time_us: 0
  100. log: |
  101. lkl_sys_umask(0) = 511
  102. ...
  103. * 9 creat
  104. ok 9 creat
  105. ---
  106. time_us: 11
  107. log: |
  108. lkl_sys_creat("/file", access_rights) = 0
  109. ...
  110. * 10 close
  111. ok 10 close
  112. ---
  113. time_us: 2
  114. log: |
  115. lkl_sys_close(0) = 0
  116. ...
  117. * 11 failopen
  118. ok 11 failopen
  119. ---
  120. time_us: 10
  121. log: |
  122. lkl_sys_open("/file2", 0, 0) = -2 No such file or directory
  123. ...
  124. * 12 open
  125. ok 12 open
  126. ---
  127. time_us: 9
  128. log: |
  129. lkl_sys_open("/file", LKL_O_RDWR, 0) = 0
  130. ...
  131. * 13 write
  132. ok 13 write
  133. ---
  134. time_us: 7
  135. log: |
  136. lkl_sys_write(0, wrbuf, sizeof(wrbuf)) = 5
  137. ...
  138. * 14 lseek_cur
  139. ok 14 lseek_cur
  140. ---
  141. time_us: 1
  142. log: |
  143. lkl_sys_lseek(0, 0, LKL_SEEK_CUR) = 5
  144. ...
  145. * 15 lseek_end
  146. ok 15 lseek_end
  147. ---
  148. time_us: 0
  149. log: |
  150. lkl_sys_lseek(0, 0, LKL_SEEK_END) = 5
  151. ...
  152. * 16 lseek_set
  153. ok 16 lseek_set
  154. ---
  155. time_us: 1
  156. log: |
  157. lkl_sys_lseek(0, 0, LKL_SEEK_SET) = 0
  158. ...
  159. * 17 read
  160. ok 17 read
  161. ---
  162. time_us: 2
  163. log: |
  164. lkl_sys_read=5 buf=test
  165. ...
  166. * 18 fstat
  167. ok 18 fstat
  168. ---
  169. time_us: 1
  170. log: |
  171. lkl_sys_fstat=0 mode=100721 size=5
  172. ...
  173. * 19 mkdir
  174. ok 19 mkdir
  175. ---
  176. time_us: 10
  177. log: |
  178. lkl_sys_mkdir("/mnt", access_rights) = 0
  179. ...
  180. * 20 stat
  181. ok 20 stat
  182. ---
  183. time_us: 9
  184. log: |
  185. lkl_sys_stat("/mnt")=0 mode=40721
  186. ...
  187. * 21 nanosleep
  188. IDLE THREAD!!!!!!!!!!
  189. ^C
Add Comment
Please, Sign In to add comment