/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cpp | 34 , stacks() in ReportDesc() 267 if (rep->stacks.Size()) in ChooseSummaryStack() 268 return rep->stacks[0]; in ChooseSummaryStack() 302 rep->stacks.Size()); in PrintReport() 312 PrintStack(rep->stacks[2*i]); in PrintReport() 316 PrintStack(rep->stacks[2*i+1]); in PrintReport() 318 PrintStack(rep->stacks[i]); in PrintReport() 325 for (uptr i = 0; i < rep->stacks.Size(); i++) { in PrintReport() 328 PrintStack(rep->stacks[i]); in PrintReport() 445 PrintStack(rep->stacks[ in PrintReport() [all...] |
H A D | tsan_platform_mac.cpp | 171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile() local 197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
|
H A D | tsan_debugging.cpp | 82 *stack_count = rep->stacks.Size(); in __tsan_get_report_data() 103 CHECK_LT(idx, rep->stacks.Size()); in __tsan_get_report_stack() 104 ReportStack *stack = rep->stacks[idx]; in __tsan_get_report_stack()
|
H A D | tsan_platform_linux.cpp | 124 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile() local 136 stacks.allocated + internal_stats[AllocatorStatMapped]; in WriteMemoryProfile() 149 stacks.allocated >> 20, nlive, nthread); in WriteMemoryProfile()
|
H A D | tsan_report.h | 105 Vector<ReportStack*> stacks; 104 Vector<ReportStack*> stacks; global() variable
|
H A D | tsan_flags.inc | 81 "If set, prints thread creation stacks for the threads involved in "
|
H A D | tsan_rtl_report.cpp | 172 ReportStack **rs = rep_->stacks.PushBack(); in AddStack() 644 for (uptr i = 0; pc_or_addr == 0 && i < rep->stacks.Size(); i++) in OutputReport() 645 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pmc7.sh | 10 pmcstat -R ppid.pmcstat -z100 -G ppid.stacks 12 rm -f ppid.pmcstat ppid.stacks
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_rsa_get0_all_params.pod | 22 in the B<RSA> object I<r> to the contents of the stacks of BIGNUMs I<primes>, 24 but not of the stacks. 27 in the B<RSA> object I<r> and pushes them on the stacks of constant BIGNUMs 29 BIGNUMs, but not of the stacks.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/ |
H A D | tst.spin.ksh | 55 @stacks[ustack(4)] = count(); 86 printa("START%kEND\n", @stacks);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_fuchsia.cpp | 87 // Callback from libc for thread stacks. in LockStuffAndStopTheWorld() 88 auto stacks = +[](void *chunk, size_t size, void *data) { in LockStuffAndStopTheWorld() local 140 flags()->use_stacks ? stacks : nullptr, in LockStuffAndStopTheWorld() 147 // and their stacks, registers, and TLS regions. So use it separately in LockStuffAndStopTheWorld()
|
H A D | lsan_flags.inc | 30 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks")
|
/freebsd/usr.bin/clang/llvm-xray/ |
H A D | Makefile | 14 SRCS+= xray-stacks.cpp
|
/freebsd/tools/test/ |
H A D | README | 17 netfibs Programs to test multi-FIB network stacks.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_ciphers.pod | 57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite 96 The stacks returned by SSL_bytes_to_cipher_list() should be freed using
|
H A D | ADMISSIONS.pod | 143 The B<PROFESSION_INFO> type has a name authority, stacks of
|
H A D | X509v3_get_ext_by_NID.pod | 105 These functions are used to examine stacks of extensions directly.
|
H A D | DEFINE_STACK_OF.pod | 70 Applications can create and use their own stacks by placing any of the macros 213 Care should be taken when accessing stacks in multi-threaded environments.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_flags.inc | 28 "If set, prints thread creation stacks for the threads involved in the "
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 62 DIAGOPT(ShowNoteIncludeStack, 1, 0) /// Show include stacks for notes.
|
/freebsd/contrib/bc/gen/ |
H A D | bc_help.txt | 106 -g --global-stacks 108 Turn scale, ibase, and obase into stacks. This makes the value of each be
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrCompiler.td | 117 // When using segmented stacks these are lowered into instructions which first
|
/freebsd/crypto/openssh/ |
H A D | README.platform | 96 account stacks which will prevent authentication entirely, but will still
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 353 StructuredData::ArraySP stacks = ConvertToStructuredArray( in RetrieveReportData() local 364 dict->AddItem("stacks", stacks); in RetrieveReportData()
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | README.md | 72 done by maintaining parallel stacks of strings if required).
|