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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 62 TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0);
114 // TraceAddEvent will reset stack0/mset0 in the new part for us.
115 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
138 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
371 TraceAddEvent(thr, fast_state, EventTypeMop, pc);
tsan_rtl_mutex.cc 171 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
220 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
277 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
316 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
353 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
358 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
440 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
452 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
tsan_rtl.cc 854 TraceAddEvent(thr, fast_state, EventTypeMop, pc);
957 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc);
970 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc);
985 TraceAddEvent(thr, thr->fast_state, EventTypeFuncEnter, pc);
1007 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0);
tsan_interface_atomic.cc 275 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
289 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
414 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
tsan_rtl.h 843 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs,
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp 175 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
223 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
282 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
320 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
357 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
362 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
441 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
453 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
465 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
tsan_rtl_thread.cpp 136 TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0);
208 // TraceAddEvent will reset stack0/mset0 in the new part for us.
209 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
242 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
tsan_rtl_access.cpp 396 TraceAddEvent(thr, fast_state, EventTypeMop, pc);
491 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc);
504 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc);
563 TraceAddEvent(thr, fast_state, EventTypeMop, pc);
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);
tsan_interface_atomic.cpp 278 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
292 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);
432 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0);

Completed in 99 milliseconds