| /freebsd-src/crypto/openssl/doc/man3/ |
| H A D | OSSL_trace_set_channel.pod | 117 Traces the OpenSSL trace API itself. 124 Traces OpenSSL library initialization and cleanup. 135 Traces the TLS/SSL protocol. 139 Traces the ciphers used by the TLS/SSL protocol. 143 Traces details about the provider and engine configuration. 147 Traces the ENGINE algorithm table selection. 156 Traces the ENGINE reference counting. 163 Traces PKCS#5 v2 key generation. 167 Traces PKCS#12 key generation. 171 Traces PKCS#12 decryption. [all …]
|
| /freebsd-src/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_trace_set_channel.3 | 237 Traces the OpenSSL trace \s-1API\s0 itself. 243 Traces OpenSSL library initialization and cleanup. 253 Traces the \s-1TLS/SSL\s0 protocol. 256 Traces the ciphers used by the \s-1TLS/SSL\s0 protocol. 259 Traces details about the provider and engine configuration. 262 Traces the \s-1ENGINE\s0 algorithm table selection. 270 Traces the \s-1ENGINE\s0 reference counting. 276 Traces PKCS#5 v2 key generation. 279 Traces PKCS#12 key generation. 282 Traces PKCS#12 decryption. [all …]
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.h | 20 // All other files in the dir are the traces, see dataflow/DataFlow.cpp. 121 void Clear() { Traces.clear(); } in Clear() 123 auto It = Traces.find(InputSha1); in Get() 124 if (It != Traces.end()) in Get() 131 std::unordered_map<std::string, std::vector<uint8_t>> Traces;
|
| H A D | FuzzerDataFlowTrace.cpp | 216 // Read traces. in Init() 235 Traces[Name] = DFTStringToVector(DFTString); in Init() 236 // Print just a few small traces. in Init() 244 "%zd traces with focus function\n", in Init()
|
| /freebsd-src/contrib/ncurses/ |
| H A D | mk-2nd.awk | 46 # traces ("all" or "DEBUG", to control whether tracing is compiled in) 82 printf "# traces: %s\n", traces 93 if (traces != "all" && traces != MODEL && $1 != "lib_trace")
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 11 // preferred traces. This is useful for super-scalar CPUs where execution speed 22 // traces that would be the most affected by code transformations. 25 // save some computations, traces are chosen to be convergent. This means that 26 // if the traces through basic blocks A and B ever cross when moving away from 28 // traces meet above A and B, they won't diverge when going further back. 30 // Traces tend to align with loops. The trace through a block in an inner loop 85 /// Strategies for selecting traces. 162 /// block. Convergent traces means that only one of these is required per 213 // Instruction depths are only comparable if the traces share a head. in isUsefulDominator() 329 /// A trace ensemble is a collection of traces selecte [all...] |
| /freebsd-src/crypto/openssl/doc/man1/ |
| H A D | openssl.pod | 686 Traces the OpenSSL trace API itself. 690 Traces OpenSSL library initialization and cleanup. 694 Traces the TLS/SSL protocol. 698 Traces the ciphers used by the TLS/SSL protocol. 717 Traces PKCS#5 v2 key generation. 721 Traces PKCS#12 key generation. 725 Traces PKCS#12 decryption. 734 Traces BIGNUM context operations. 738 Traces CMP client and server activity. 742 Traces STORE operations. [all …]
|
| /freebsd-src/secure/usr.bin/openssl/man/ |
| H A D | openssl.1 | 678 Traces the OpenSSL trace \s-1API\s0 itself. 681 Traces OpenSSL library initialization and cleanup. 684 Traces the \s-1TLS/SSL\s0 protocol. 687 Traces the ciphers used by the \s-1TLS/SSL\s0 protocol. 702 Traces PKCS#5 v2 key generation. 705 Traces PKCS#12 key generation. 708 Traces PKCS#12 decryption. 715 Traces \s-1BIGNUM\s0 context operations. 718 Traces \s-1CMP\s0 client and server activity. 721 Traces \s-1STORE\s0 operations. [all …]
|
| /freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | man.TraceProvider | 56 * RESULT: matching traces of both profile and syscall probes. 69 * RESULT: Traces of all the matching profile probes with the 79 * RESULT: Traces of the matching profile probe with the
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 3 …traces like the ones obtained with Intel PT contain is not digestible to humans in its raw form. G… 9 **Block Metadata:** Metadata associated with each *block*. For processor traces, some metadata exam…
|
| /freebsd-src/sys/contrib/zstd/lib/common/ |
| H A D | debug.h | 24 * Starting level 2, traces can be generated and pushed to stderr. 25 * The higher the level, the more verbose the traces. 64 * It's generally inconvenient to output traces > 5.
|
| /freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | debug.h | 24 * Starting level 2, traces can be generated and pushed to stderr. 25 * The higher the level, the more verbose the traces. 73 * It's generally inconvenient to output traces > 5.
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | XRayRecord.h | 24 /// XRay traces all have a header providing some top-matter information useful 53 /// Determines the supported types of records that could be seen in XRay traces. 67 /// records may not correspond to actual entries in the raw traces, but they are
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 46 /// The maximum number of stored temporal profile traces. 48 /// The total number of temporal profile traces seen. 50 /// The list of temporal profile traces. 102 /// total number of temporal profiling traces the source has seen.
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTMultiCpuDecoder.h | 25 /// the Intel PT data and context switches might have gaps in their traces due 63 /// thread execution coming from context switch traces. 77 /// Traverse the context switch traces and the basic intel pt continuous
|
| H A D | TraceIntelPTBundleSaver.h | 35 /// context switch and intel pt traces when using per-cpu mode. This 36 /// effectively reduces the size of those traces.
|
| H A D | TraceIntelPTOptions.td | 69 "basis. This effectively traces the entire activity on all cpus " 85 "the sum of the sizes of all thread and cpu traces of this "
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 613 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2]) { in HandleRacyStacks() 617 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in HandleRacyStacks() 618 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in HandleRacyStacks() 753 VarSizeStackTrace traces[kMop]; in ReportRace() local 757 ObtainCurrentStack(thr, thr->trace_prev_pc, &traces[0], &tags[0]); in ReportRace() 758 if (IsFiredSuppression(ctx, rep_typ, traces[0])) in ReportRace() 772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) { in ReportRace() 777 if (IsFiredSuppression(ctx, rep_typ, traces[1])) in ReportRace() 780 if (HandleRacyStacks(thr, traces)) in ReportRace() 795 rep.AddMemoryAccess(addr, tags[i], s[i], tids[i], traces[i], mset[i]); in ReportRace()
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.h | 9 // Defines the TraceConverter class for turning binary traces into 35 /// to be in sorted TSC order. The trace event format encodes stack traces, so
|
| H A D | xray-stacks.cpp | 9 // This file implements stack-based accounting. It takes XRay traces, and 10 // collates statistics across these traces to show a breakdown of time spent 139 /// The stack command will take a set of XRay traces as arguments, and collects 141 /// traces. We track the following pieces of information: 143 /// - Total time: amount of time/cycles accounted for in the traces. 145 /// traces. Only instrumented functions show up in stacks. 147 /// across the invocations in the traces. 149 /// function showing up in a specific stack, accumulated across the traces. 201 /// so that we can find functions that show up in multiple stack traces and
|
| /freebsd-src/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test.py | 123 """Removes all stack traces from a Google Test program's output.""" 132 """Removes all traces of stack traces from a Google Test program's output.""" 379 typed tests, stack traces, and multiple threads).
|
| /freebsd-src/sys/contrib/xen/ |
| H A D | trace.h | 39 #define TRC_PV 0x0020f000 /* Xen PV traces */ 41 #define TRC_HW 0x0080f000 /* Xen hardware-related traces */ 42 #define TRC_GUEST 0x0800f000 /* Guest-generated traces */ 93 #define TRC_HW_PM 0x00801000 /* Power management traces */ 94 #define TRC_HW_IRQ 0x00802000 /* Traces relating to the handling of IRQs */
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 36 MachineTraceMetrics *Traces; member in __anon4a90bf970111::AArch64StorePairSuppress 79 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldAddSTPToBlock() 142 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_linux_libcdep.cpp | 104 "Failed to open libcorkscrew.so. You may see broken stack traces " in SanitizerInitializeUnwinder() 118 "You may see broken stack traces in SEGV reports."); in SanitizerInitializeUnwinder()
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | common_fuchsia.cpp | 12 // This is only used for AllocationTrace.ThreadID and allocation traces are not
|