Hello!
On Thu, Oct 8, 2015 at 5:23 PM, 杨阳 <yang...@upai.com> wrote:
> when use userspace, it seems ok,
Yeah, the user space C land flame graphs look perfect in that no sign
of the lack of debug symbols in nginx, luajit, or libc.
As you can see, however, your nginx is spending way too much CPU time
on flushing error logs. Maybe it's due to your use of --with-debug
option?
> but all hex code when use kernel space
>
Well, it's just because you don't have kernel debuginfo.
Regards,
-agentzh