public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/1] Enhancements to 'trace' infrastructure - v2
@ 2008-05-16 17:01 K.Prasad
  2008-05-16 17:04 ` [RFC Patch 1/1] trace_printk and trace_dump interface " K.Prasad
  0 siblings, 1 reply; 11+ messages in thread
From: K.Prasad @ 2008-05-16 17:01 UTC (permalink / raw)
  To: kernel list; +Cc: dwilder, akpm, prasad@linux.vnet.ibm.com

Hi All,
	Please review the following patch which introduces two new
interfaces to output data using 'trace' infrastructure. These interfaces
can be used to print directly onto a debugfs mount. Since it uses
'trace'
interface underneath the directory and file structures are as created by
'trace'.

The proposed trace_* interfaces are meant to overcome the need to
setup/tear-down 'trace' infrastructure by the user. In addition to this
the patches help in:

a) Printing out data into a debugfs mounted file without bothering about
creating/re-using debugfs files, sizes of intermediate buffers, etc.
(This is achieved through the functions init_trace_interface() and
trace_exists()).
b) Provide interfaces to do i)string output or ii)binary dump of data
c) Tear-down of the trace infrastructure through a single function call
using its parent directory name, and unmindful of the internal data
structures such as 'struct trace_info'.(using trace_cleanup_all)
d) The trace_printk_data may be further enhanced to provide features
suh as the ability to invoke pre- and post- printing callback functions
For e.g. A callback function to obtain a given lock before printing out
a given data, etc.

A quick look at samples/trace/fork_trace.c would help understand what is
required to get data out using the 'trace' infrastructure (vs the
proposed interfaces which have been exemplified in
samples/trace/fork_new_trace.c).

The patches are based against 2.6.25-mm1 and have been tested on an
i386 machine.

Thanks,
K.Prasad

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

end of thread, other threads:[~2008-05-28 18:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 17:01 [Patch 0/1] Enhancements to 'trace' infrastructure - v2 K.Prasad
2008-05-16 17:04 ` [RFC Patch 1/1] trace_printk and trace_dump interface " K.Prasad
2008-05-17  2:22   ` K.Prasad
2008-05-19 23:21     ` Andrew Morton
2008-05-20 19:53       ` K.Prasad
2008-05-20 20:12         ` Andrew Morton
2008-05-23  4:37           ` K.Prasad
2008-05-28 18:16             ` K.Prasad
2008-05-28 18:37               ` [RFC Patch 0/1] Merging Documentation/trace.txt with Documentation/filesystems/relay.txt K.Prasad
2008-05-28 18:48               ` [RFC Patch 2/2] Renaming lib/trace.[ch] files to kernel/relay_debugfs.[ch] and enhancements K.Prasad
2008-05-19 20:02   ` [RFC Patch 1/1] trace_printk and trace_dump interface - v2 David Wilder

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