| From: |
| "K. Prasad" <prasad@linux.vnet.ibm.com> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [RFC PATCH 0/2] Debugging infrastructure for Futexes using Markers |
| Date: |
| Tue, 15 Apr 2008 17:20:58 +0530 |
| Message-ID: |
| <20080415115058.GA6788@in.ibm.com> |
| Cc: |
| tglx@linutronix.de, a.p.zijlstra@chello.nl, mingo@elte.hu,
mathieu.desnoyers@polymtl.ca |
| Archive-link: |
| Article,
Thread
|
Hi All,
The following set of patches a)Implant marker probes in futex.c
and b)define a sample use-case for the markers in futex.
The marker handler patches also make use of the enhancements proposed to
the 'trace' infrastructure i.e. debugfs_printk() interface.
http://lkml.org/lkml/2008/4/15/117
The patches are generated over 2.6.25-rc8-mm1 and have been tested on an
i386 machine.
Thanks,
K.Prasad