Home
last modified time | relevance | path

Searched refs:stacks (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp34 , 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 Dtsan_platform_mac.cpp171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile() local
197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
H A Dtsan_debugging.cpp82 *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 Dtsan_platform_linux.cpp124 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile() local
136 stacks.allocated + internal_stats[AllocatorStatMapped]; in WriteMemoryProfile()
149 stacks.allocated >> 20, nlive, nthread); in WriteMemoryProfile()
H A Dtsan_report.h105 Vector<ReportStack*> stacks;
104 Vector<ReportStack*> stacks; global() variable
H A Dtsan_flags.inc81 "If set, prints thread creation stacks for the threads involved in "
H A Dtsan_rtl_report.cpp172 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 Dpmc7.sh10 pmcstat -R ppid.pmcstat -z100 -G ppid.stacks
12 rm -f ppid.pmcstat ppid.stacks
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_rsa_get0_all_params.pod22 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 Dtst.spin.ksh55 @stacks[ustack(4)] = count();
86 printa("START%kEND\n", @stacks);
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp87 // 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 Dlsan_flags.inc30 LSAN_FLAG(bool, use_stacks, true, "Root set: include thread stacks")
/freebsd/usr.bin/clang/llvm-xray/
H A DMakefile14 SRCS+= xray-stacks.cpp
/freebsd/tools/test/
H A DREADME17 netfibs Programs to test multi-FIB network stacks.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_ciphers.pod57 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 DADMISSIONS.pod143 The B<PROFESSION_INFO> type has a name authority, stacks of
H A DX509v3_get_ext_by_NID.pod105 These functions are used to examine stacks of extensions directly.
H A DDEFINE_STACK_OF.pod70 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 Dmemprof_flags.inc28 "If set, prints thread creation stacks for the threads involved in the "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def62 DIAGOPT(ShowNoteIncludeStack, 1, 0) /// Show include stacks for notes.
/freebsd/contrib/bc/gen/
H A Dbc_help.txt106 -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 DM68kInstrCompiler.td117 // When using segmented stacks these are lowered into instructions which first
/freebsd/crypto/openssh/
H A DREADME.platform96 account stacks which will prevent authentication entirely, but will still
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp353 StructuredData::ArraySP stacks = ConvertToStructuredArray( in RetrieveReportData() local
364 dict->AddItem("stacks", stacks); in RetrieveReportData()
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md72 done by maintaining parallel stacks of strings if required).

123