HomeSort by: relevance | last modified time | path
    Searched defs:TraceAddEvent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h 615 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs,
759 TraceAddEvent(thr, thr->fast_state, EventTypeFuncEnter, pc);
780 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 843 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs,

Completed in 23 milliseconds