Re: [PATCH 1/3] Documention for trace records (trec).

2007-03-27 Thread Andi Kleen
Wink Saville <[EMAIL PROTECTED]> writes: > Trec is a light weight tracing mechanism that places > trace information into a buffer. The contents of the > buffer is dumped when errors occurs or when enabled > via SYSRQ commands. relayfs was supposed to fill this purpose. Why do you want another one

Re: [PATCH 1/3] Documention for trace records (trec).

2007-03-25 Thread Randy Dunlap
On Sat, 24 Mar 2007 16:51:37 -0700 Wink Saville wrote: > Trec is a light weight tracing mechanism that places > trace information into a buffer. The contents of the > buffer is dumped when errors occurs or when enabled > via SYSRQ commands. > > Signed-off-by: Wink Saville <[EMAIL PROTECTED]> > --