[PATCH] Linux Kernel Markers documentation fix typo and use ARRAY_SIZE

2007-04-11 Thread Mathieu Desnoyers
Linux Kernel Markers documentation fix typo and use ARRAY_SIZE Following comments from Randy Dunlap. Applies on top of the linux-kernel-markers-documentation-markers-update-documentation patch. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/Documentation/marker.txt +++ b/Documentati

[PATCH] linux-kernel-markers-documentation-update-flags

2007-02-28 Thread Mathieu Desnoyers
linux-kernel-markers-documentation-update-flags Documents the flag usage. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/Documentation/marker.txt +++ b/Documentation/marker.txt @@ -78,6 +78,21 @@ which saves a data cache hit, but also requires cross CPU code modification. In order

Re: [PATCH] Linux Kernel Markers Documentation - fix

2007-02-15 Thread Mathieu Desnoyers
Linux Kernel Markers Documentation - fix Fixes from Randy's comments. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/Documentation/marker.txt +++ b/Documentation/marker.txt @@ -18,7 +18,7 @@ code is reached. They can be used for tracing (LTTng, LKET over SystemTAP), overall perfor

Re: [PATCH] Linux Kernel Markers Documentation

2007-02-15 Thread Mathieu Desnoyers
Hi Randy, * Randy Dunlap ([EMAIL PROTECTED]) wrote: > so is the MARK() supposed to be: > MARK(subsystem, event, ... > > Please make the 2 doc. lines above match the parameters... > or the parameters match the text. > Fixing the paragraph below. > > +- "%d %s %p[struct task_struct]" is the fo

Re: [PATCH] Linux Kernel Markers Documentation

2007-02-15 Thread Randy Dunlap
On Thu, 15 Feb 2007 20:33:48 -0500 Mathieu Desnoyers wrote: > Linux Kernel Markers - Documentation > > Here is some documentation explaining what is/how to use the Linux > Kernel Markers. > > Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> > > --- /dev/null > +++ b/Documentation/marker.txt

[PATCH] Linux Kernel Markers Documentation

2007-02-15 Thread Mathieu Desnoyers
Linux Kernel Markers - Documentation Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- /dev/null +++ b/Documentation/marker.txt @@ -0,0 +1,130 @@ +Using the Linux Kernel Markers + +