Build failed in Jenkins: osv-build #1346

2018-04-12 Thread jenkins
See Changes: [yuwang] Fix no output boot_time event "TLS initialization" [yuwang] add boot_time event of uncompress lzloader.elf -- [...truncated 1.98 MB...]

[COMMIT osv master] Fix no output boot_time event "TLS initialization"

2018-04-12 Thread Commit Bot
From: Wang Yu Committer: Waldemar Kozaczuk Branch: master Fix no output boot_time event "TLS initialization" Before patch boot with --bootchart, "TLS initialization" is not output ... disk read (real mode): 50.71ms, (+50.71ms)

[COMMIT osv master] add boot_time event of uncompress lzloader.elf

2018-04-12 Thread Commit Bot
From: Wang Yu Committer: Waldemar Kozaczuk Branch: master add boot_time event of uncompress lzloader.elf sometimes i found uncompres cost serival times, so add boot_time event of uncompress lzloader.elf after patch ... disk read

[PATCH v2 1/2] Fix no output boot_time event "TLS initialization"

2018-04-12 Thread Wang Yu
Before patch boot with --bootchart, "TLS initialization" is not output ... disk read (real mode): 50.71ms, (+50.71ms) .init functions: 89.20ms, (+5.48ms) SMP launched: 90.56ms, (+1.36ms) VFS initialized: 95.76ms, (+5.20ms) ... after patch,

[PATCH v2 2/2] add boot_time event of uncompress lzloader.elf

2018-04-12 Thread Wang Yu
sometimes i found uncompres cost serival times, so add boot_time event of uncompress lzloader.elf after patch ... disk read (real mode): 45.09ms, (+45.09ms) uncompress lzloader.elf: 76.90ms, (+31.81ms) TLS initialization: 77.65ms, (+0.75ms) .init functions:

[PATCH v2 1/2] Fix no output boot_time event "TLS initialization"

2018-04-12 Thread Wang Yu
Before patch boot with --bootchart, "TLS initialization" is not output ... disk read (real mode): 50.71ms, (+50.71ms) .init functions: 89.20ms, (+5.48ms) SMP launched: 90.56ms, (+1.36ms) VFS initialized: 95.76ms, (+5.20ms) ... after patch,