/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_report.cc | 51 , stacks() 284 if (rep->stacks.Size()) 285 return rep->stacks[0]; 331 rep->stacks.Size()); 341 PrintStack(rep->stacks[2*i]); 345 PrintStack(rep->stacks[2*i+1]); 347 PrintStack(rep->stacks[i]); 354 for (uptr i = 0; i < rep->stacks.Size(); i++) { 357 PrintStack(rep->stacks[i]); 471 PrintStack(rep->stacks[2*i]) [all...] |
tsan_report.h | 112 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
|
tsan_platform_mac.cc | 158 StackDepotStats *stacks = StackDepotGetStats(); local in function:__tsan::WriteMemoryProfile 170 "stacks: %zd unique IDs, %zd kB allocated\n" 183 stacks->n_uniq_ids, stacks->allocated / 1024,
|
tsan_debugging.cc | 75 *stack_count = rep->stacks.Size(); 96 CHECK_LT(idx, rep->stacks.Size()); 97 ReportStack *stack = rep->stacks[idx];
|
tsan_platform_linux.cc | 122 StackDepotStats *stacks = StackDepotGetStats(); local in function:__tsan::WriteMemoryProfile 125 " trace:%zd heap:%zd other:%zd stacks=%zd[%zd] nthr=%zd/%zd\n", 129 stacks->allocated >> 20, stacks->n_uniq_ids,
|
tsan_rtl_report.cc | 161 ReportStack **rs = rep_->stacks.PushBack(); 514 for (uptr i = 0; pc_or_addr == 0 && i < rep->stacks.Size(); i++) 515 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_runtime_pm.c | 98 depot_stack_handle_t stack, *stacks; local in function:track_intel_runtime_pm_wakeref 113 stacks = krealloc(rpm->debug.owners, 114 (rpm->debug.count + 1) * sizeof(*stacks), 116 if (stacks) { 117 stacks[rpm->debug.count++] = stack; 118 rpm->debug.owners = stacks;
|
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
netbsd_syscall_hooks.h | 1725 #define __sanitizer_syscall_pre_compat_60_sa_stacks(num, stacks) \ 1727 (long long)(stacks)) 1728 #define __sanitizer_syscall_post_compat_60_sa_stacks(res, num, stacks) \ 1730 (long long)(stacks)) 3981 long long stacks); 3984 long long stacks);
|
/src/sys/arch/sun3/sun3/ |
locore.s | 153 | Setup process zero user/kernel stacks.
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 130 | Setup process zero user/kernel stacks.
|
/src/sys/sys/ |
syscallargs.h | 2154 syscallarg(stack_t *) stacks;
|
/src/sys/kern/ |
systrace_args.c | 2464 uarg[1] = (intptr_t) SCARG(p, stacks); /* stack_t * */
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 1332 * Since kernel stacks are all on one page and the interrupt stack is entirely 3809 * Lslowtrap_reenter above, but maybe after switching stacks.... 4010 * supplied trap frame to the kgdb stack and switch stacks. 6731 * Load the new lwp. To load, we must change stacks and
|