From: Con Kolivas <kernel@kolivas.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Instrumenting high latency
Date: Mon, 12 Jul 2004 16:43:41 +1000 [thread overview]
Message-ID: <cone.1089614621.957671.28499.502@pc.kolivas.org> (raw)
In-Reply-To: <20040711233750.2050c4b1.akpm@osdl.org>
Andrew Morton writes:
> Con Kolivas <kernel@kolivas.org> wrote:
>>
>> Because of the recent discussion about latency in the kernel I asked William
>> Lee Irwin III to help create some instrumentation to determine where in the
>> kernel there were still sustained periods of non-preemptible code. He hacked
>> together this simple patch which times periods according to the preempt
>> count.
>
> Looks sane.
>
>> The patch appears to require CONFIG_PREEMPT enabled on uniprocessor and is
>> i386 only at the moment.
>
> Not sure what you mean by "on uniprocessor"? AFAICT the patch will work
> as-is on uniprocessor and on SMP. Looks like it'll work with
> CONFIG_PREEMPT=n, too, although that would be a slightly bizarre thing to
That was WLI's aim, but I had one user report an OOPS with that combination.
> do.
>
> + print_symbol("%s\n",
> + __get_cpu_var(preempt_exit));
>
> I'll change this to
>
> print_symbol("%s",
> __get_cpu_var(preempt_exit));
> printk("\n");
>
> so it doesn't make a mess with CONFIG_KALLSYMS=n.
Ok
It's not heavily tested but ran for a day on my box at home. It can trip
over itself saying that it's own code paths are a problem too if it gets
real busy.
Cheers,
Con
next prev parent reply other threads:[~2004-07-12 6:43 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-12 6:29 [PATCH] " Con Kolivas
2004-07-12 6:37 ` Andrew Morton
2004-07-12 6:43 ` Con Kolivas [this message]
2004-07-12 6:58 ` Andrew Morton
2004-07-12 7:00 ` [PATCH] " William Lee Irwin III
2004-07-12 7:34 ` Andrew Morton
2004-07-12 8:02 ` William Lee Irwin III
2004-07-12 8:38 ` William Lee Irwin III
2004-07-12 11:31 ` William Lee Irwin III
2004-07-12 14:32 ` William Lee Irwin III
2004-07-12 17:09 ` Martin Josefsson
2004-07-12 8:29 ` Arjan van de Ven
2004-07-12 8:42 ` William Lee Irwin III
2004-07-12 8:47 ` William Lee Irwin III
2004-07-12 10:41 ` Rajput
2004-07-12 10:44 ` William Lee Irwin III
2004-07-12 14:24 ` Martin J. Bligh
2004-07-12 14:27 ` Con Kolivas
2004-07-12 14:33 ` Martin J. Bligh
2004-07-12 14:42 ` Con Kolivas
2004-07-12 14:47 ` Martin J. Bligh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cone.1089614621.957671.28499.502@pc.kolivas.org \
--to=kernel@kolivas.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®