| /xsrc/external/mit/MesaLib/dist/src/util/perf/ |
| u_trace.c | 77 /* The number of traces this chunk contains so far: */ 81 struct u_trace_event traces[TRACES_PER_CHUNK]; member in struct:u_trace_chunk 84 * into traces table 88 /* Array of u_trace_payload_buf referenced by traces[] elements. 333 const struct u_trace_event *evt = &chunk->traces[idx]; 502 memcpy(&to_chunk->traces[to_chunk->num_traces], 503 &from_chunk->traces[from_idx], 539 memset(¤t_chunk->traces[start_idx], 0, 545 memset(¤t_chunk->traces[start_idx], 0, 571 chunk->traces[chunk->num_traces] = (struct u_trace_event) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl_report.cc | 442 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], 451 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); 452 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); 488 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], 493 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); 494 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)) 634 VarSizeStackTrace traces[kMop]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_report.cpp | 689 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2]) { 693 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); 694 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); 871 VarSizeStackTrace traces[kMop]; local 894 ObtainCurrentStack(thr, toppc, &traces[0], &tags[0]); 895 if (IsFiredSuppression(ctx, typ, traces[0])) 900 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]); 901 if (IsFiredSuppression(ctx, typ, traces[1]) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_sqtt.h | 75 struct ac_thread_trace_se traces[4]; member in struct:ac_thread_trace
|