All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 00/11] Hardware Breakpoint Interfaces - v5
@ 2009-03-19 23:47 K.Prasad
  0 siblings, 0 replies; only message in thread
From: K.Prasad @ 2009-03-19 23:47 UTC (permalink / raw)
  To: Ingo Molnar, Linux Kernel Mailing List
  Cc: Alan Stern, Andrew Morton, Benjamin Herrenschmidt,
	Frederic Weisbecker, Maneesh Soni, Roland McGrath,
	Steven Rostedt

Hi Ingo,
	Please find the new set of patches that implement Hardware
breakpoint interfaces for kernel- and user-space, an ftrace plugin using these
interfaces to trace memory accesses over kernel symbols and a demonstrative
example.

While a previous version of these patches was posted
here: http://lkml.org/lkml/2009/3/7/23 and generated substantial amount of
discussions over LKML, a summary of proposed changes to the patchset was posted
here: http://lkml.org/lkml/2009/3/13/381.

In short, the infrastructure has been changed to provide interfaces to use
Hardware Breakpoint (or Watchpoint) registers on a first-come first-serve basis
(without over-committing resources). The serviced-requests are maintained in an
array of pointers to the register's datastructure. Requests from kernel-space
will be serviced in decreasing order of register numbers (starting from
HB_NUM - 1).

The ksym_tracer ftrace plugin now also contains a startup self-test and support
for showing aggregate counters (through ftrace's histogram infrastructure).

Kindly let me know if the new patchset addresses the concerns of the community
and is deemed fit for inclusion in -tip tree. The patchset is based on commit
62f84ea922bd60803e446153ea99ce5d7245d6f9 of -tip tree.

Thanks,
K.Prasad


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-19 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-19 23:47 [Patch 00/11] Hardware Breakpoint Interfaces - v5 K.Prasad

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.