Lines Matching full:trace
521 <option><![CDATA[--trace-addr=<address> [default: none]]]></option>
525 Trace all load and store activity for the specified
536 Trace all load and store activity for the specified address and keep
544 <option><![CDATA[--trace-alloc=<yes|no> [default: no]]]></option>
548 Trace all memory allocations and deallocations. May produce a huge
555 <option><![CDATA[--trace-barrier=<yes|no> [default: no]]]></option>
559 Trace all barrier activity.
565 <option><![CDATA[--trace-cond=<yes|no> [default: no]]]></option>
569 Trace all condition variable activity.
575 <option><![CDATA[--trace-fork-join=<yes|no> [default: no]]]></option>
579 Trace all thread creation and all thread termination events.
585 <option><![CDATA[--trace-hb=<yes|no> [default: no]]]></option>
589 Trace execution of the <literal>ANNOTATE_HAPPENS_BEFORE()</literal>,
597 <option><![CDATA[--trace-mutex=<yes|no> [default: no]]]></option>
601 Trace all mutex activity.
607 <option><![CDATA[--trace-rwlock=<yes|no> [default: no]]]></option>
611 Trace all reader-writer lock activity.
617 <option><![CDATA[--trace-semaphore=<yes|no> [default: no]]]></option>
621 Trace all semaphore activity.
984 in data race reports and in trace messages. DRD's thread ID's start at
1011 The macro <literal>DRD_TRACE_VAR(x)</literal>. Trace all load and store
1016 very helpful to trace all activity on the offending memory location.
1029 The macro <literal>ANNOTATE_TRACE_MEMORY(&x)</literal>. Trace all
1037 which allows to trace all load and store activity for the specified
1045 trace load and store activity for the specified address range.