/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_trace.h | 48 BufferedStackTrace stack0; // Start stack for the trace. 52 u64 epoch0; // Start epoch for the trace. 58 struct Trace { 69 Trace()
|
tsan_rtl.cc | 71 // Map thread trace when context is created. 73 internal_snprintf(name, sizeof(name), "trace %u", tid); 76 internal_snprintf(name, sizeof(name), "trace header %u", tid); 77 MapThreadTrace(hdr, sizeof(Trace), name); 78 new((void*)hdr) Trace(); 79 // We are going to use only a small part of the trace with the default 80 // value of history_size. However, the constructor writes to the whole trace. 82 uptr hdr_end = hdr + sizeof(Trace); 85 if (hdr_end < hdr + sizeof(Trace)) 86 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end) 562 unsigned trace = (thr->fast_state.epoch() \/ kTracePartSize) % TraceParts(); local in function:__tsan::TraceSwitch [all...] |
tsan_platform.h | 938 const uptr kTotalTraceSize = (kTraceSize * sizeof(Event) + sizeof(Trace)
|
tsan_rtl.h | 168 // When hs == 0, the trace consists of 2 parts. 399 // C/C++ uses fixed size shadow stack embed into Trace. 634 uptr possible_tag_pc = stack->trace[stack->size - 2]; 690 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace); 840 Trace *ThreadTrace(int tid); 859 Event *trace = (Event*)GetThreadTrace(fs.tid()); local in function:__tsan::TraceAddEvent 860 Event *evp = &trace[pos];
|
tsan_rtl_report.cc | 33 static ReportStack *SymbolizeStack(StackTrace trace); 112 if (stack.trace == nullptr) 117 static ReportStack *SymbolizeStack(StackTrace trace) { 118 if (trace.size == 0) 121 for (uptr si = 0; si < trace.size; si++) { 122 const uptr pc = trace.trace[si]; 381 // This function restores stack trace and mutex set for the thread/epoch. 382 // It does so by getting stack trace and mutex set at the beginning of 383 // trace part, and then replaying the trace till the given epoch 384 Trace* trace = ThreadTrace(tid); local in function:__tsan::RestoreStack 718 VarSizeStackTrace trace; local in function:__tsan::PrintCurrentStack [all...] |
/src/games/trek/ |
externs.c | 116 int Trace;
|
move.c | 78 ** Uses trace flag 4. 96 if (Trace) 121 if (Trace) 142 if (Trace) 152 if (Trace) 169 if (Trace)
|
schedule.c | 71 if (Trace) 106 if (Trace) 128 if (Trace)
|
main.c | 125 ** trace information to be generated. It is probably defined in 186 case 't': /* trace */ 187 Trace++;
|
capture.c | 96 if (Trace)
|
phaser.c | 76 ** Uses trace flag 30 232 if (Trace) { 268 if (Trace) {
|
klmove.c | 82 if (Trace)
|
trek.h | 365 /* Trace info */ 367 extern int Trace;
|
events.c | 125 if (evnum >= 0 && Trace)
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
test_helpers.h | 18 #include "llvm/XRay/Trace.h" 29 void PrintTo(const Trace &T, std::ostream *OS);
|
test_helpers.cc | 52 void PrintTo(const Trace &T, std::ostream *OS) { 54 *OS << "XRay Trace:\nHeader: { Version = " << H.Version
|
/src/common/dist/zlib/ |
zutil.h | 239 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 246 # define Trace(x)
|
inflate.c | 1153 Trace((stderr, "inflate.c too far\n"));
|
/src/sys/arch/m68k/060sp/dist/ |
iskeletn.s | 93 # CHK FRAME TRACE FRAME 105 mov.b &0x24,0x7(%sp) # set trace vecno 120 # Remember that a trace exception may be pending. The code below performs 122 # then it create a Trace exception stack frame from the "chk" exception 131 # DIVBYZERO FRAME TRACE FRAME 143 mov.b &0x24,0x7(%sp) # set trace vecno
|
fpsp.s | 606 # _real_trace() - "callout" for Trace exception code # 640 # overflow was disabled and the trace exception was enabled, this # 820 btst &0x7,(%sp) # is trace on? 846 # _real_trace() - "callout" for Trace exception code # 880 # underflow was disabled and the trace exception was enabled, this # 1094 btst &0x7,(%sp) # is trace on? 1121 # _real_trace() - "callout" for Trace enabled exception # 1144 # If Trace exception enabled: # 1145 # - The system stack is changed to a Trace exception stack frame # 1167 # by the fact that a Trace exception could be pending for PACKED ops. [all...] |
pfpsp.s | 606 # _real_trace() - "callout" for Trace exception code # 640 # overflow was disabled and the trace exception was enabled, this # 820 btst &0x7,(%sp) # is trace on? 846 # _real_trace() - "callout" for Trace exception code # 880 # underflow was disabled and the trace exception was enabled, this # 1094 btst &0x7,(%sp) # is trace on? 1121 # _real_trace() - "callout" for Trace enabled exception # 1144 # If Trace exception enabled: # 1145 # - The system stack is changed to a Trace exception stack frame # 1167 # by the fact that a Trace exception could be pending for PACKED ops. [all...] |
/src/sys/arch/vax/vax/ |
intvec.S | 95 INTVEC(tracep, KSTACK) # Trace Pending, 28
|
/src/sys/net/ |
zlib.c | 257 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 264 # define Trace(x) 2626 Trace((stderr,"\nbit length overflow\n")); 2653 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
|
/src/share/mk/ |
bsd.own.mk | 1885 # 4 Trace shell commands using the shell's -x flag
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 809 # Trace this macro to discover what tags are supported by the libtool 811 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
|