From: Thomas Gleixner <tglx@linutronix.de>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
Steven Rostedt <rostedt@goodmis.org>
Subject: Re: [PATCH] tracing: annotate emit_log_char() notrace
Date: Thu, 28 May 2009 16:52:39 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.2.00.0905281646380.3397@localhost.localdomain> (raw)
In-Reply-To: <20090528141648.GA6018@nowhere>
On Thu, 28 May 2009, Frederic Weisbecker wrote:
> On Wed, May 27, 2009 at 05:00:44PM +0200, Thomas Gleixner wrote:
> > printk calls emit_log_char() in a loop which is cluttering the trace
> > buffer. Make it notrace.
> >
> > Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> > ---
>
>
> Does it produce that much annoying traces?
> I mean, printk() are usually rare events.
>
> Do you have a particular debugging workflow that makes this
> function invasive in the trace?
>
> May be it's because you are debugging using ftrace and other
> debugging options that use a lot of printk()
> In such case, it would indeed be good to apply this patch.
I noticed when I chased a boot up problem, half of the trace was full
of
0.540550: emit_log_char <-vprintk
0.540550: emit_log_char <-vprintk
...
though there is another annoyance in the same code path:
0.540557: vgacon_set_cursor_size <-vgacon_cursor
0.540558: __rcu_read_lock <-__atomic_notifier_call_chain
0.540558: __rcu_read_unlock <-__atomic_notifier_call_chain
0.540558: __rcu_read_lock <-__atomic_notifier_call_chain
...
It's actually the same number of times as we have emit_log_char()
there. __atomic_notifier_call_chain() itself is marked notrace but the
rcu calls inside are not. :(
IIRC the same happens with a serial console, but that can be worse as
you busy wait during the character output.
It'd be nice if we could inherit the notrace from the caller :)
Thanks,
tglx
next prev parent reply other threads:[~2009-05-28 14:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-27 15:00 Thomas Gleixner
2009-05-28 14:16 ` Frederic Weisbecker
2009-05-28 14:52 ` Thomas Gleixner [this message]
2009-05-28 15:04 ` Steven Rostedt
2009-05-28 15:42 ` Thomas Gleixner
2009-05-28 19:23 ` Steven Rostedt
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=alpine.LFD.2.00.0905281646380.3397@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.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®