OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TraceAddEvent
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
62
TraceAddEvent
(args->thr, args->thr->fast_state, EventTypeMop, 0);
113
//
TraceAddEvent
will reset stack0/mset0 in the new part for us.
114
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
131
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
365
TraceAddEvent
(thr, fast_state, EventTypeMop, pc);
tsan_rtl_mutex.cc
151
TraceAddEvent
(thr, thr->fast_state, EventTypeLock, s->GetId());
195
TraceAddEvent
(thr, thr->fast_state, EventTypeUnlock, s->GetId());
239
TraceAddEvent
(thr, thr->fast_state, EventTypeRLock, s->GetId());
274
TraceAddEvent
(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
311
TraceAddEvent
(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
316
TraceAddEvent
(thr, thr->fast_state, EventTypeUnlock, s->GetId());
398
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
410
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
tsan_rtl.cc
801
TraceAddEvent
(thr, fast_state, EventTypeMop, pc);
904
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, pc);
917
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, pc);
932
TraceAddEvent
(thr, thr->fast_state, EventTypeFuncEnter, pc);
954
TraceAddEvent
(thr, thr->fast_state, EventTypeFuncExit, 0);
tsan_interface_atomic.cc
269
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
283
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
408
TraceAddEvent
(thr, thr->fast_state, EventTypeMop, 0);
tsan_rtl.h
780
void ALWAYS_INLINE
TraceAddEvent
(ThreadState *thr, FastState fs,
Completed in 229 milliseconds