/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 151 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId()); in MutexLock() 195 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 239 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId()); in MutexReadLock() 274 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock() 311 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock() 316 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock() 398 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in Release() 410 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in ReleaseStore()
|
D | tsan_rtl_thread.cc | 62 TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0); in OnCreated() 114 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in OnStarted() 131 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in OnFinished() 365 TraceAddEvent(thr, fast_state, EventTypeMop, pc); in MemoryAccessRange()
|
D | tsan_rtl.cc | 801 TraceAddEvent(thr, fast_state, EventTypeMop, pc); in MemoryAccess() 904 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc); in MemoryRangeFreed() 917 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc); in MemoryRangeImitateWrite() 932 TraceAddEvent(thr, thr->fast_state, EventTypeFuncEnter, pc); in FuncEntry() 954 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
|
D | tsan_interface_atomic.cc | 269 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in AtomicStore() 283 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in AtomicRMW() 408 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in AtomicCAS()
|
D | tsan_rtl.h | 780 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cpp | 170 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId()); in MutexPostLock() 219 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 276 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId()); in MutexPostReadLock() 315 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock() 352 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock() 357 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock() 441 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in ReleaseStoreAcquire() 453 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in Release() 465 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in ReleaseStore()
|
D | tsan_rtl_thread.cpp | 61 TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0); in OnCreated() 114 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in OnStarted() 137 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in OnFinished() 390 TraceAddEvent(thr, fast_state, EventTypeMop, pc); in MemoryAccessRange()
|
D | tsan_rtl.cpp | 888 TraceAddEvent(thr, fast_state, EventTypeMop, pc); in MemoryAccess() 991 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc); in MemoryRangeFreed() 1004 TraceAddEvent(thr, thr->fast_state, EventTypeMop, pc); in MemoryRangeImitateWrite() 1027 TraceAddEvent(thr, thr->fast_state, EventTypeFuncEnter, pc); in FuncEntry() 1049 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
|
D | tsan_interface_atomic.cpp | 274 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in AtomicStore() 288 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in AtomicRMW() 413 TraceAddEvent(thr, thr->fast_state, EventTypeMop, 0); in AtomicCAS()
|
D | tsan_rtl.h | 853 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs, in TraceAddEvent() function
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 30899 …<!-- void __tsan::TraceAddEvent(__tsan::ThreadState*, __tsan::FastState, __tsan::EventType, __sani… 30900 …<function-decl name='TraceAddEvent' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='755' …
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 18352 …<function-decl name='TraceAddEvent' filepath='../../.././libsanitizer/tsan/tsan_rtl.h' line='755' …
|