Searched refs:stacks (Results 1 - 13 of 13) sorted by path

/freebsd-11-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-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh166 '--debug-stacks --debug-tmpdir --debug-user ';
172 '--debug-shell and --debug-stacks.' >&2
207 --debug-stacks)
391 'debug-stacks' 'debug-tmpdir' 'debug-user' 'default' 'do-nothing' 'dvi' \
3855 --debug-shell, --debug-stacks, --debug-tmpdir, --debug-user,
4498 --debug-shell|--debug-stacks|--debug-tmpdir|--debug-user)
/freebsd-11-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);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
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.cpp134 StackDepotStats *stacks = StackDepotGetStats(); local
137 " trace:%zd heap:%zd other:%zd stacks=%zd[%zd] nthr=%zd/%zd\n",
141 stacks->allocated >> 20, stacks->n_uniq_ids,
H A Dtsan_platform_mac.cpp161 StackDepotStats *stacks = StackDepotGetStats(); local
173 "stacks: %zd unique IDs, %zd kB allocated\n"
186 stacks->n_uniq_ids, stacks->allocated / 1024,
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_rtl_report.cpp161 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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp107 } stacks[REPORT_ARRAY_SIZE];
172 t.stacks[i].idx = i;
173 __tsan_get_report_stack(t.report, i, t.stacks[i].trace, REPORT_TRACE_SIZE);
351 StructuredData::Array *stacks = ConvertToStructuredArray( local
352 main_value, ".stacks", ".stack_count",
358 // "stacks" happen on the current thread
361 dict->AddItem("stacks", StructuredData::ObjectSP(stacks));
637 ->GetValueForKey("stacks")
641 ->GetValueForKey("stacks")
[all...]
/freebsd-11-stable/crypto/openssl/
H A DMakefile479 update: errors stacks util/libeay.num util/ssleay.num TABLE
497 stacks:
H A DMakefile.org477 update: errors stacks util/libeay.num util/ssleay.num TABLE
495 stacks:
/freebsd-11-stable/usr.bin/clang/llvm-xray/
H A DMakefile16 SRCS+= xray-stacks.cpp

Completed in 202 milliseconds