[PATCH 0/3] A kernel tracing interface

2007-11-12 Thread David J. Wilder
These patches provide a kernel tracing interface called "trace". ChangeLog: -Added a new example that demonstrates per-cpu continuous tracing of data generated by marker probes. -Removed inline from relay patch. -Moved examples into /sample directory. The motivation for "trace" is to: - Provide

[PATCH 0/3] A kernel tracing interface

2007-10-02 Thread David J. Wilder
These patches provide a kernel tracing interface called "trace". (update) Updated documentation and added configuration dependency on KPROBES for trace sample code. The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-ove

[PATCH 0/3] A kernel tracing interface

2007-10-02 Thread David J. Wilder
[PATCH 0/3] A kernel tracing interface - (updated) These patches provide a kernel tracing interface called "trace". (update) Fixed a notation in the trace documentation as pointed out by Randy Dunlap. Updated references to prerequisite patches. The motivation for "trace"

Re: [PATCH 0/3] A kernel tracing interface - (updated)

2007-09-26 Thread David Wilder
Mathieu Desnoyers wrote: * David J. Wilder ([EMAIL PROTECTED]) wrote: These patches provide a kernel tracing interface called "trace". (update) Moved the sample code to the new samples\ subdir The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the

Re: [PATCH 0/3] A kernel tracing interface - (updated)

2007-09-26 Thread David Wilder
Randy Dunlap wrote: On Wed, 26 Sep 2007 11:22:29 -0700 David J. Wilder wrote: These patches provide a kernel tracing interface called "trace". (update) Moved the sample code to the new samples\ subdir The motivation for "trace" is to: - Provide a simple set of tracing primitives that will uti

Re: [PATCH 0/3] A kernel tracing interface - (updated)

2007-09-26 Thread Mathieu Desnoyers
* David J. Wilder ([EMAIL PROTECTED]) wrote: > These patches provide a kernel tracing interface called "trace". > > (update) Moved the sample code to the new samples\ subdir > > The motivation for "trace" is to: > - Provide a simple set of tracing primitives that will utilize the high- > perfor

Re: [PATCH 0/3] A kernel tracing interface - (updated)

2007-09-26 Thread Randy Dunlap
On Wed, 26 Sep 2007 11:22:29 -0700 David J. Wilder wrote: > These patches provide a kernel tracing interface called "trace". > > (update) Moved the sample code to the new samples\ subdir > > The motivation for "trace" is to: > - Provide a simple set of tracing primitives that will utilize the hi

[PATCH 0/3] A kernel tracing interface - (updated)

2007-09-26 Thread David J. Wilder
These patches provide a kernel tracing interface called "trace". (update) Moved the sample code to the new samples\ subdir 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 f