CVSROOT: /sources/hurd
Module name: hurd-l4
Changes by: Neal H. Walfield <neal> 08/06/03 16:37:05
Modified files:
hurd : trace.h
Log message:
2008-06-03 Neal H. Walfield <[EMAIL PROTECTED]>
* trace.h (struct trace_buffer): New fields nobacktrace, notid,
and nolock.
(TRACE_BUFFER_INIT): New macro.
(trace_buffer_add): Only lock if BUFFER->NOLOCK is not set.
Only
print the caller's tid if BUFFER->NOTID is not set. Only print
a
backtrack if BUFFER->NOBACKTRACE is not set.
(trace_buffer_dump): Only lock if BUFFER->NOLOCK is not set.
Loop
while PROCESSED, not OFFSET, is less than BUFFER->WRITTEN.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hurd/trace.h?cvsroot=hurd&r1=1.2&r2=1.3