All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] switch printk timestamp to use booting time
@ 2014-04-04  3:18 Lei Wen
  2014-04-04  3:18 ` [PATCH 1/3] time: create __get_monotonic_boottime for WARNless calls Lei Wen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lei Wen @ 2014-04-04  3:18 UTC (permalink / raw)
  To: John Stultz, Thomas Gleixner, Stephen Boyd, Andrew Morton,
	Steven Rostedt, Michael Opdenacker, Joe Perches, Tejun Heo,
	Petr Mladek, linux-kernel, leiwen

It is very common to have many processor to run over the same machine
but run different OS actually, so that timestamp alignment is key
to do the right debugging when find something wrong.

Linux adopt schedule clock stopped, so that printk timestamp would get
during suspend period which break such assumption in the old days.
So this patch set is supposed to recover such behavior again.

BTW, I am not sure whether we could add additional member in printk
log structure, so that we could print out two piece of log with
one including suspend time, while another not?

Lei Wen (3):
  time: create __get_monotonic_boottime for WARNless calls
  timekeeping: move clocksource init to the early place
  printk: using booting time as the timestamp

 include/linux/time.h      |  2 ++
 init/main.c               |  1 +
 kernel/printk/printk.c    |  4 ++--
 kernel/time/timekeeping.c | 55 ++++++++++++++++++++++++++++++++++++-----------
 4 files changed, 48 insertions(+), 14 deletions(-)

-- 
1.8.3.2


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

end of thread, other threads:[~2014-04-05  8:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04  3:18 [PATCH 0/3] switch printk timestamp to use booting time Lei Wen
2014-04-04  3:18 ` [PATCH 1/3] time: create __get_monotonic_boottime for WARNless calls Lei Wen
2014-04-04  3:18 ` [PATCH 2/3] timekeeping: move clocksource init to the early place Lei Wen
2014-04-04  3:18 ` [PATCH 3/3] printk: using booting time as the timestamp Lei Wen
2014-04-04 21:55   ` John Stultz
2014-04-05  8:01     ` Peter Zijlstra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.