Searched refs:stacks (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/usr.bin/clang/llvm-xray/
H A DMakefile16 SRCS+= xray-stacks.cpp
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh55 @stacks[ustack(4)] = count();
86 printa("START%kEND\n", @stacks);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp50 , stacks()
286 if (rep->stacks.Size())
287 return rep->stacks[0];
333 rep->stacks.Size());
343 PrintStack(rep->stacks[2*i]);
347 PrintStack(rep->stacks[2*i+1]);
349 PrintStack(rep->stacks[i]);
356 for (uptr i = 0; i < rep->stacks.Size(); i++) {
359 PrintStack(rep->stacks[i]);
473 PrintStack(rep->stacks[
[all...]
H A Dtsan_report.h112 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
H A Dtsan_platform_mac.cpp162 StackDepotStats *stacks = StackDepotGetStats(); local
174 "stacks: %zd unique IDs, %zd kB allocated\n"
187 stacks->n_uniq_ids, stacks->allocated / 1024,
H A Dtsan_debugging.cpp80 *stack_count = rep->stacks.Size();
101 CHECK_LT(idx, rep->stacks.Size());
102 ReportStack *stack = rep->stacks[idx];
H A Dtsan_platform_linux.cpp135 StackDepotStats *stacks = StackDepotGetStats(); local
138 " trace:%zd heap:%zd other:%zd stacks=%zd[%zd] nthr=%zd/%zd\n",
142 stacks->allocated >> 20, stacks->n_uniq_ids,
H A Dtsan_rtl_report.cpp161 ReportStack **rs = rep_->stacks.PushBack();
510 for (uptr i = 0; pc_or_addr == 0 && i < rep->stacks.Size(); i++)
511 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp77 // Callback from libc for thread stacks.
78 auto stacks = +[](void *chunk, size_t size, void *data) { local
131 flags()->use_stacks ? stacks : nullptr,
138 // and their stacks, registers, and TLS regions. So use it separately
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp109 } stacks[REPORT_ARRAY_SIZE];
174 t.stacks[i].idx = i;
175 __tsan_get_report_stack(t.report, i, t.stacks[i].trace, REPORT_TRACE_SIZE);
353 StructuredData::Array *stacks = ConvertToStructuredArray( local
354 main_value, ".stacks", ".stack_count",
360 // "stacks" happen on the current thread
363 dict->AddItem("stacks", StructuredData::ObjectSP(stacks));
638 ->GetValueForKey("stacks")
642 ->GetValueForKey("stacks")
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc866 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1724 #define __sanitizer_syscall_pre_compat_60_sa_stacks(num, stacks) \
1726 (long long)(stacks))
1727 #define __sanitizer_syscall_post_compat_60_sa_stacks(res, num, stacks) \
1729 (long long)(stacks))
4029 long long stacks);
4032 long long stacks);

Completed in 226 milliseconds