Cc: Mark Lord <lkml@...>, Pavel Machek <pavel@...>, Mark Lord <liml@...>, Thomas Gleixner <tglx@...>, <len.brown@...>, Andrew Morton <akpm@...>, <linux-kernel@...>, <linux-pm@...>, <rjw@...>
well what does the trace say, where do the delays come from? To get a
quick overview you can make tracing lighter weight by doing:
echo 0 > /proc/sys/kernel/mcount_enabled
echo 1 > /proc/sys/kernel/trace_syscalls
(this turns the latency tracer into a "global strace" kind of tracer)
Ingo
--