Re: REGRESSION: Performance regressions from switching anon_vma->lock to mutex

From: Linus Torvalds
Date: Wed Jun 15 2011 - 16:55:56 EST




Ingo Molnar <mingo@xxxxxxx> wrote:
>
>perf record -g will go a long way towards such a tool already - but i
>think it would be useful to create a more top-alike view as well.

perf record -g doesn't help when the issue is that we're recording a single process and the actual work is being done in another unrelated process that is just being woken up.

Sure, you can do a system wide recording, but that shows all kinds of unrelated noise and requires root permissions.

So those rcu threads really need to go.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/