Searched refs:epoch0 (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_trace.h | 50 u64 epoch0; // Start epoch for the trace. member 53 TraceHeader() : stack0(), epoch0() {} in TraceHeader()
|
D | tsan_rtl_thread.cc | 29 , epoch0() in ThreadContext() 93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted() 95 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count, in OnStarted() 116 thr->fast_synch_epoch = epoch0; in OnStarted() 123 tid, (uptr)epoch0, args->stk_addr, args->stk_size, in OnStarted()
|
D | tsan_rtl_report.cc | 381 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize) in RestoreStack() 383 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0); in RestoreStack() 384 const u64 epoch0 = RoundDown(epoch, TraceSize()); in RestoreStack() local 416 mset->Add(pc, true, epoch0 + i); in RestoreStack() 420 mset->Add(pc, false, epoch0 + i); in RestoreStack() 656 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
|
D | tsan_rtl.h | 470 u64 epoch0; variable
|
D | tsan_rtl.cc | 511 hdr->epoch0 = thr->fast_state.epoch(); in TraceSwitch()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_trace.h | 51 u64 epoch0; // Start epoch for the trace. member 54 TraceHeader() : stack0(), epoch0() {} in TraceHeader()
|
D | tsan_rtl_thread.cpp | 28 , epoch0() in ThreadContext() 93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted() 95 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count, in OnStarted() 116 thr->fast_synch_epoch = epoch0; in OnStarted() 123 tid, (uptr)epoch0, args->stk_addr, args->stk_size, in OnStarted()
|
D | tsan_rtl_report.cpp | 388 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize) in RestoreStack() 390 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0); in RestoreStack() 391 const u64 epoch0 = RoundDown(epoch, TraceSize()); in RestoreStack() local 423 mset->Add(pc, true, epoch0 + i); in RestoreStack() 427 mset->Add(pc, false, epoch0 + i); in RestoreStack() 694 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1) in ReportRace()
|
D | tsan_rtl.h | 490 u64 epoch0; variable
|
D | tsan_rtl.cpp | 585 hdr->epoch0 = thr->fast_state.epoch(); in TraceSwitch()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 9851 <!-- __sanitizer::u64 __tsan::ThreadContext::epoch0 --> 9852 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz… 30052 <!-- __sanitizer::u64 __tsan::ThreadContext::epoch0 --> 30053 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz… 34309 <!-- __sanitizer::u64 __tsan::TraceHeader::epoch0 --> 34310 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz… 35024 <!-- __sanitizer::u64 __tsan::TraceHeader::epoch0 --> 35025 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 5835 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz… 17631 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz… 20439 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz… 20886 …<var-decl name='epoch0' type-id='type-id-157' visibility='default' filepath='../../.././libsanitiz…
|