Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread David Wilder
Andi Kleen wrote: On Thu, Oct 04, 2007 at 12:19:35PM -0700, David Wilder wrote: Andi Kleen wrote: "David J. Wilder" <[EMAIL PROTECTED]> writes: @@ -0,0 +1,160 @@ +Trace Setup and Control +=== +In the kernel, the trace interface provides a simple mechanism for +starting and

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread Andi Kleen
On Thu, Oct 04, 2007 at 12:19:35PM -0700, David Wilder wrote: > Andi Kleen wrote: > >"David J. Wilder" <[EMAIL PROTECTED]> writes: > >>@@ -0,0 +1,160 @@ > >>+Trace Setup and Control > >>+=== > >>+In the kernel, the trace interface provides a simple mechanism for > >>+starting

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread David Wilder
Andi Kleen wrote: "David J. Wilder" <[EMAIL PROTECTED]> writes: @@ -0,0 +1,160 @@ +Trace Setup and Control +=== +In the kernel, the trace interface provides a simple mechanism for +starting and managing data channels (traces) to user space. Wasn't relayfs supposed to do

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread Andi Kleen
"David J. Wilder" <[EMAIL PROTECTED]> writes: > @@ -0,0 +1,160 @@ > +Trace Setup and Control > +=== > +In the kernel, the trace interface provides a simple mechanism for > +starting and managing data channels (traces) to user space. Wasn't relayfs supposed to do that already?

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread Andi Kleen
David J. Wilder [EMAIL PROTECTED] writes: @@ -0,0 +1,160 @@ +Trace Setup and Control +=== +In the kernel, the trace interface provides a simple mechanism for +starting and managing data channels (traces) to user space. Wasn't relayfs supposed to do that already? Why do

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread David Wilder
Andi Kleen wrote: David J. Wilder [EMAIL PROTECTED] writes: @@ -0,0 +1,160 @@ +Trace Setup and Control +=== +In the kernel, the trace interface provides a simple mechanism for +starting and managing data channels (traces) to user space. Wasn't relayfs supposed to do that

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread Andi Kleen
On Thu, Oct 04, 2007 at 12:19:35PM -0700, David Wilder wrote: Andi Kleen wrote: David J. Wilder [EMAIL PROTECTED] writes: @@ -0,0 +1,160 @@ +Trace Setup and Control +=== +In the kernel, the trace interface provides a simple mechanism for +starting and managing data

Re: [patch 1/3] Trace code and documentation

2007-10-04 Thread David Wilder
Andi Kleen wrote: On Thu, Oct 04, 2007 at 12:19:35PM -0700, David Wilder wrote: Andi Kleen wrote: David J. Wilder [EMAIL PROTECTED] writes: @@ -0,0 +1,160 @@ +Trace Setup and Control +=== +In the kernel, the trace interface provides a simple mechanism for +starting and

[patch 1/3] Trace code and documentation

2007-10-02 Thread David J. Wilder
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi <[EMAIL PROTECTED]> Signed-off-by: Martin Hunt <[EMAIL PROTECTED]> Signed-off-by: David Wilder <[EMAIL PROTECTED]> --- Documentation/trace.txt | 166 ++ include/linux/trace.h | 99 + lib/Kconfig |

Re: [patch 1/3] Trace code and documentation

2007-10-02 Thread Randy Dunlap
On Tue, 02 Oct 2007 09:33:19 -0700 David J. Wilder wrote: > Trace - Provides tracing primitives > > Signed-off-by: Tom Zanussi <[EMAIL PROTECTED]> > Signed-off-by: Martin Hunt <[EMAIL PROTECTED]> > Signed-off-by: David Wilder <[EMAIL PROTECTED]> > --- > Documentation/trace.txt | 160

[patch 1/3] Trace code and documentation

2007-10-02 Thread David J. Wilder
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi <[EMAIL PROTECTED]> Signed-off-by: Martin Hunt <[EMAIL PROTECTED]> Signed-off-by: David Wilder <[EMAIL PROTECTED]> --- Documentation/trace.txt | 160 ++ include/linux/trace.h | 99 + lib/Kconfig |

[patch 1/3] Trace code and documentation

2007-10-02 Thread David J. Wilder
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi [EMAIL PROTECTED] Signed-off-by: Martin Hunt [EMAIL PROTECTED] Signed-off-by: David Wilder [EMAIL PROTECTED] --- Documentation/trace.txt | 160 ++ include/linux/trace.h | 99 + lib/Kconfig |9

Re: [patch 1/3] Trace code and documentation

2007-10-02 Thread Randy Dunlap
On Tue, 02 Oct 2007 09:33:19 -0700 David J. Wilder wrote: Trace - Provides tracing primitives Signed-off-by: Tom Zanussi [EMAIL PROTECTED] Signed-off-by: Martin Hunt [EMAIL PROTECTED] Signed-off-by: David Wilder [EMAIL PROTECTED] --- Documentation/trace.txt | 160 ++

[patch 1/3] Trace code and documentation

2007-10-02 Thread David J. Wilder
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi [EMAIL PROTECTED] Signed-off-by: Martin Hunt [EMAIL PROTECTED] Signed-off-by: David Wilder [EMAIL PROTECTED] --- Documentation/trace.txt | 166 ++ include/linux/trace.h | 99 + lib/Kconfig |9

Re: [patch 1/3] Trace code and documentation

2007-09-26 Thread Randy Dunlap
On Wed, 26 Sep 2007 11:22:35 -0700 David J. Wilder wrote: > diff --git a/Documentation/trace.txt b/Documentation/trace.txt > new file mode 100644 > index 000..0e42fb8 > --- /dev/null > +++ b/Documentation/trace.txt > @@ -0,0 +1,160 @@ > +Trace User Interface > +=== > +When a

[patch 1/3] Trace code and documentation

2007-09-26 Thread David J. Wilder
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi <[EMAIL PROTECTED]> Signed-off-by: Martin Hunt <[EMAIL PROTECTED]> Signed-off-by: David Wilder <[EMAIL PROTECTED]> --- Documentation/trace.txt | 160 ++ include/linux/trace.h | 99 + lib/Kconfig |

[patch 1/3] Trace code and documentation

2007-09-26 Thread David J. Wilder
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi [EMAIL PROTECTED] Signed-off-by: Martin Hunt [EMAIL PROTECTED] Signed-off-by: David Wilder [EMAIL PROTECTED] --- Documentation/trace.txt | 160 ++ include/linux/trace.h | 99 + lib/Kconfig |9

Re: [patch 1/3] Trace code and documentation

2007-09-26 Thread Randy Dunlap
On Wed, 26 Sep 2007 11:22:35 -0700 David J. Wilder wrote: diff --git a/Documentation/trace.txt b/Documentation/trace.txt new file mode 100644 index 000..0e42fb8 --- /dev/null +++ b/Documentation/trace.txt @@ -0,0 +1,160 @@ +Trace User Interface +=== +When a trace