public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] hardware latency detector
@ 2009-06-19  1:16 Jon Masters
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Masters @ 2009-06-19  1:16 UTC (permalink / raw)
  To: linux-kernel, torvalds

git_request_merge.txt

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

* [PULL] hardware latency detector
@ 2009-06-19  1:21 Jon Masters
  2009-06-19  1:25 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Masters @ 2009-06-19  1:21 UTC (permalink / raw)
  To: mingo, tglx, williams, jcm, jcm, linux-kernel, torvalds

Linus,

Please pull "hwlat", the hardware latency detector for 2.6.31.

Patches can be pulled from:

  git://git.kernel.org/pub/scm/linux/kernel/git/jcm/linux-2.6-hwlat.git for-linus

Jon Masters (2):
      hwlat_detector: A system hardware latency detector
      hwlat_detector: include linux/delay.h in hwlat_detector

 Documentation/hwlat_detector.txt |   64 ++
 MAINTAINERS                      |    9 +
 drivers/misc/Kconfig             |   28 +
 drivers/misc/Makefile            |    1 +
 drivers/misc/hwlat_detector.c    | 1208 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 1310 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/hwlat_detector.txt
 create mode 100644 drivers/misc/hwlat_detector.c

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

* Re: [PULL] hardware latency detector
  2009-06-19  1:21 [PULL] hardware latency detector Jon Masters
@ 2009-06-19  1:25 ` Linus Torvalds
  2009-06-19  1:32   ` Jon Masters
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2009-06-19  1:25 UTC (permalink / raw)
  To: Jon Masters; +Cc: mingo, tglx, williams, jcm, linux-kernel



On Thu, 18 Jun 2009, Jon Masters wrote:
> 
> Please pull "hwlat", the hardware latency detector for 2.6.31.

I really want to know more before I pull. Has this been in -next? 
Discussed on lkml? How does it work? What does it do?

Thanks,

		Linus

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

* Re: [PULL] hardware latency detector
  2009-06-19  1:25 ` Linus Torvalds
@ 2009-06-19  1:32   ` Jon Masters
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Masters @ 2009-06-19  1:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jon Masters, mingo, tglx, williams, linux-kernel

On Thu, 2009-06-18 at 18:25 -0700, Linus Torvalds wrote:
> 
> On Thu, 18 Jun 2009, Jon Masters wrote:
> > 
> > Please pull "hwlat", the hardware latency detector for 2.6.31.
> 
> I really want to know more before I pull.

Ok.

> Has this been in -next?

No, it hasn't. But it has been tested quite extensively by a number of
people and is currently in the -rt tree.

> Discussed on lkml?

Yes. I posted an RFC patch back when it was called the SMI detector,
then a patch last week with the new generic name of hardware latency
detector (at Ingo's suggestion of renaming).

> How does it work?

It started as an SMI detector. Basically, when this module is loaded and
enabled, it will grab all CPUs in periodic calls to stop_machine and sit
in a configurable loop, looking for unexplainable latencies. Doing it
this way allows us to look for something stealing the CPU from Linux
without the kernel knowing - we report the statistics via debugfs.

Hope that helps! Thanks Linus!

Jon.



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

end of thread, other threads:[~2009-06-19  1:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19  1:21 [PULL] hardware latency detector Jon Masters
2009-06-19  1:25 ` Linus Torvalds
2009-06-19  1:32   ` Jon Masters
  -- strict thread matches above, loose matches on Subject: below --
2009-06-19  1:16 Jon Masters

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