All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] timer_stats: add core information to event counters
@ 2014-04-24  7:47 Daniel Sangorrin
  2014-04-24  7:47 ` Daniel Sangorrin
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Sangorrin @ 2014-04-24  7:47 UTC (permalink / raw)
  To: tglx, rdunlap, john.stultz; +Cc: linux-kernel, linux-doc, viresh.kumar

Hi,

This patch adds information specifying the CPU core where timer 
callbacks (events) were executed to the output of /proc/timer_stats.
I tested the patch on a dual-core x86_64 and another dual-core 
ARM board. This patch may be useful for debugging timer execution
in multi-core environments.

Daniel Sangorrin (1):
  timer_stats: add core information to event counters

 Documentation/timers/timer_stats.txt | 41 ++++++++++++++++++++----------------
 kernel/time/timer_stats.c            | 20 ++++++++++--------
 2 files changed, 34 insertions(+), 27 deletions(-)

-- 
1.8.1.1


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

end of thread, other threads:[~2014-04-25  0:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24  7:47 [PATCH] timer_stats: add core information to event counters Daniel Sangorrin
2014-04-24  7:47 ` Daniel Sangorrin
2014-04-24  7:55   ` Viresh Kumar
2014-04-24 17:54   ` Randy Dunlap
2014-04-25  0:26     ` Daniel Sangorrin

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.