public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] printk's sync mode for ftrace_dump()
@ 2021-10-29 10:26 Sebastian Andrzej Siewior
  2021-10-29 11:12 ` John Ogness
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-10-29 10:26 UTC (permalink / raw)
  To: John Ogness, linux-kernel, linux-rt-users; +Cc: Steven Rostedt, Thomas Gleixner

ftrace_dump() is used for instance by alt-sysrq-z / sysrq_ftrace_dump().
The function itself dumps the whole trace buffer in an irq-off section so
no need to talk about max latencies unless this is going to change.

The output on the serial is more or less brief and starts with
    "** 397774 printk messages dropped **"
and so I do see only the end of it. Might be okay.
Any reason not to use the sync mode + atomic console while ftrace_dump()
is in progress?

Sebastian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-02 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-29 10:26 [RFC] printk's sync mode for ftrace_dump() Sebastian Andrzej Siewior
2021-10-29 11:12 ` John Ogness
2021-11-02 12:20   ` Sebastian Andrzej Siewior
2021-11-02 12:45     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox