Re: [patch 3/4] Linux Kernel Markers - Documentation

2007-09-19 Thread Mathieu Desnoyers
* Randy Dunlap ([EMAIL PROTECTED]) wrote: > On Tue, 18 Sep 2007 17:13:27 -0400 Mathieu Desnoyers wrote: > > > Here is some documentation explaining what is/how to use the Linux > > Kernel Markers. > > > > --- > > > > Documentation/markers/markers.txt | 93 > > +++

Re: [patch 3/4] Linux Kernel Markers - Documentation

2007-09-18 Thread Randy Dunlap
On Tue, 18 Sep 2007 17:13:27 -0400 Mathieu Desnoyers wrote: > Here is some documentation explaining what is/how to use the Linux > Kernel Markers. > > --- > > Documentation/markers/markers.txt | 93 +++ > Documentation/markers/src/Makefile |7 ++ >

[patch 3/4] Linux Kernel Markers - Documentation

2007-09-18 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Acked-by: "Frank Ch. Eigler" <[EMAIL PROTECTED]> CC: Christoph Hellwig <[EMAIL PROTECTED]> --- Documentation/markers/markers.txt | 93 +++

[patch 3/4] Linux Kernel Markers - Documentation

2007-09-17 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Acked-by: "Frank Ch. Eigler" <[EMAIL PROTECTED]> CC: Christoph Hellwig <[EMAIL PROTECTED]> --- Documentation/markers/markers.txt | 93 +++

Re: [patch 3/4] Linux Kernel Markers - Documentation

2007-08-28 Thread Mathieu Desnoyers
* Christoph Hellwig ([EMAIL PROTECTED]) wrote: > On Mon, Aug 20, 2007 at 04:27:07PM -0400, Mathieu Desnoyers wrote: > > Here is some documentation explaining what is/how to use the Linux > > Kernel Markers. > > While porting my code from an older markers version I noticed the > marker callbacks ha

Re: [patch 3/4] Linux Kernel Markers - Documentation

2007-08-28 Thread Christoph Hellwig
On Mon, Aug 20, 2007 at 04:27:07PM -0400, Mathieu Desnoyers wrote: > Here is some documentation explaining what is/how to use the Linux > Kernel Markers. While porting my code from an older markers version I noticed the marker callbacks have grown a void *private argument. Add it to the documenta

[patch 3/4] Linux Kernel Markers - Documentation

2007-08-27 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Reviewed-by: Christoph Hellwig <[EMAIL PROTECTED]> Reviewed-by: "Frank Ch. Eigler" <[EMAIL PROTECTED]> --- Documentation/marker.txt | 257 +

[patch 3/4] Linux Kernel Markers - Documentation

2007-08-20 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- Documentation/marker.txt | 257 +++ 1 file changed, 257 insertions(+) Index: linux-2.6-lttng/Documentation/mar

Re: [patch 3/4] Linux Kernel Markers - Documentation

2007-08-17 Thread Mathieu Desnoyers
* Frank Ch. Eigler ([EMAIL PROTECTED]) wrote: > > Mathieu Desnoyers <[EMAIL PROTECTED]> writes: > > > [...] > > +A marker placed in your code provides a hook to call a function (probe) > > that > > +you can provide at runtime. A marker can be "on" (a probe is connected to > > it) > > +or "off"

Re: [patch 3/4] Linux Kernel Markers - Documentation

2007-08-12 Thread Frank Ch. Eigler
Mathieu Desnoyers <[EMAIL PROTECTED]> writes: > [...] > +A marker placed in your code provides a hook to call a function (probe) that > +you can provide at runtime. A marker can be "on" (a probe is connected to it) > +or "off" (no probe is attached). When a marker is "off" it has no > +effect. [.

[patch 3/4] Linux Kernel Markers - Documentation

2007-08-12 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- Documentation/marker.txt | 244 +++ 1 file changed, 244 insertions(+) Index: linux-2.6-lttng/Documentation/mar

[patch 3/4] Linux Kernel Markers - Documentation

2007-07-13 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- Documentation/marker.txt | 244 +++ 1 file changed, 244 insertions(+) Index: linux-2.6-lttng/Documentation/mar

[patch 3/4] Linux Kernel Markers - Documentation

2007-07-03 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- Documentation/marker.txt | 249 +++ 1 file changed, 249 insertions(+) Index: linux-2.6-lttng/Documentation/mar