[Patch 0/2] A Kernel Tracing Interface (updated)

2007-09-18 Thread David J. Wilder
These patches provide a kernel tracing interface called "trace". The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead of relayfs for passing traces data from kernel to user space. - Provide a common user

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread David Wilder
Mathieu Desnoyers wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad <[EMAIL PROTECTED]> wrote: This is part of the effort by the SystemTap team to move pieces of the project that are generic to mainline. Yeah. It seems to have been reviewed to

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread David Wilder
Andrew Morton wrote: On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad <[EMAIL PROTECTED]> wrote: This is part of the effort by the SystemTap team to move pieces of the project that are generic to mainline. Yeah. It seems to have been reviewed to death. Is it ready to be applied yet? I am

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad <[EMAIL PROTECTED]> wrote: > > > This is part of the effort by the SystemTap team to move pieces of the > > project that are generic to mainline. > > Yeah. It seems to have been reviewed to death. Is

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread Andrew Morton
On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad <[EMAIL PROTECTED]> wrote: > This is part of the effort by the SystemTap team to move pieces of the > project that are generic to mainline. Yeah. It seems to have been reviewed to death. Is it ready to be applied yet? - To unsubscribe from this

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread Vara Prasad
David Wilder wrote: Andrew Morton wrote: On Thu, 13 Sep 2007 16:43:09 -0700 David Wilder <[EMAIL PROTECTED]> wrote: These patches provide a kernel tracing interface called "trace". The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high-

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread David Wilder
Andrew Morton wrote: On Thu, 13 Sep 2007 16:43:09 -0700 David Wilder <[EMAIL PROTECTED]> wrote: These patches provide a kernel tracing interface called "trace". The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high- performance and

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread David Wilder
Andrew Morton wrote: On Thu, 13 Sep 2007 16:43:09 -0700 David Wilder [EMAIL PROTECTED] wrote: These patches provide a kernel tracing interface called trace. The motivation for trace is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread Vara Prasad
David Wilder wrote: Andrew Morton wrote: On Thu, 13 Sep 2007 16:43:09 -0700 David Wilder [EMAIL PROTECTED] wrote: These patches provide a kernel tracing interface called trace. The motivation for trace is to: - Provide a simple set of tracing primitives that will utilize the high-

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread Andrew Morton
On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad [EMAIL PROTECTED] wrote: This is part of the effort by the SystemTap team to move pieces of the project that are generic to mainline. Yeah. It seems to have been reviewed to death. Is it ready to be applied yet? - To unsubscribe from this list:

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad [EMAIL PROTECTED] wrote: This is part of the effort by the SystemTap team to move pieces of the project that are generic to mainline. Yeah. It seems to have been reviewed to death. Is it ready to

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread David Wilder
Andrew Morton wrote: On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad [EMAIL PROTECTED] wrote: This is part of the effort by the SystemTap team to move pieces of the project that are generic to mainline. Yeah. It seems to have been reviewed to death. Is it ready to be applied yet? I am just

Re: [PATCH 0/2] A kernel tracing interface

2007-09-18 Thread David Wilder
Mathieu Desnoyers wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: On Tue, 18 Sep 2007 09:53:03 -0700 Vara Prasad [EMAIL PROTECTED] wrote: This is part of the effort by the SystemTap team to move pieces of the project that are generic to mainline. Yeah. It seems to have been reviewed to

[Patch 0/2] A Kernel Tracing Interface (updated)

2007-09-18 Thread David J. Wilder
These patches provide a kernel tracing interface called trace. The motivation for trace is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead of relayfs for passing traces data from kernel to user space. - Provide a common user interface

Re: [PATCH 0/2] A kernel tracing interface

2007-09-14 Thread Andrew Morton
On Thu, 13 Sep 2007 16:43:09 -0700 David Wilder <[EMAIL PROTECTED]> wrote: > These patches provide a kernel tracing interface called "trace". > > The motivation for "trace" is to: > - Provide a simple set of tracing primitives that will utilize the high- > performance and low-overhead of

Re: [PATCH 0/2] A kernel tracing interface

2007-09-14 Thread Andrew Morton
On Thu, 13 Sep 2007 16:43:09 -0700 David Wilder [EMAIL PROTECTED] wrote: These patches provide a kernel tracing interface called trace. The motivation for trace is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead of relayfs for

[PATCH 0/2] A kernel tracing interface

2007-09-13 Thread David Wilder
These patches provide a kernel tracing interface called "trace". The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead of relayfs for passing traces data from kernel to user space. - Provide a common user

[PATCH 0/2] A kernel tracing interface

2007-09-13 Thread David Wilder
These patches provide a kernel tracing interface called trace. The motivation for trace is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead of relayfs for passing traces data from kernel to user space. - Provide a common user interface