Home
last modified time | relevance | path

Searched refs:Traces (Results 1 – 15 of 15) sorted by relevance

/src/crypto/openssl/doc/man7/
H A Dopenssl-env.pod71 Traces the OpenSSL trace API itself.
75 Traces OpenSSL library initialization and cleanup.
79 Traces the TLS/SSL protocol.
83 Traces the ciphers used by the TLS/SSL protocol.
102 Traces PKCS#5 v2 key generation.
106 Traces PKCS#12 key generation.
110 Traces PKCS#12 decryption.
119 Traces BIGNUM context operations.
123 Traces CMP client and server activity.
127 Traces STORE operations.
[all …]
/src/crypto/openssl/doc/man3/
H A DOSSL_trace_set_channel.pod122 Traces the OpenSSL trace API itself.
129 Traces OpenSSL library initialization and cleanup.
140 Traces the TLS/SSL protocol.
144 Traces the ciphers used by the TLS/SSL protocol.
148 Traces details about the provider and engine configuration.
152 Traces the ENGINE algorithm table selection.
161 Traces the ENGINE reference counting.
168 Traces PKCS#5 v2 key generation.
172 Traces PKCS#12 key generation.
176 Traces PKCS#12 decryption.
[all …]
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h121 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 DFuzzerDataFlowTrace.cpp235 Traces[Name] = DFTStringToVector(DFTString); in Init()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp36 MachineTraceMetrics *Traces; member in __anon8866c8fa0111::AArch64StorePairSuppress
79 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldAddSTPToBlock()
142 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp769 MachineTraceMetrics *Traces; member in __anon6aa4186a0211::AArch64ConditionalCompares
845 Traces->invalidate(CmpConv.Head); in invalidateTraces()
846 Traces->invalidate(CmpConv.CmpBB); in invalidateTraces()
857 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldConvert()
939 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp767 MachineTraceMetrics *Traces = nullptr; member in __anon76554b5b0311::EarlyIfConverter
838 Traces->verifyAnalysis(); in invalidateTraces()
839 Traces->invalidate(IfConv.Head); in invalidateTraces()
840 Traces->invalidate(IfConv.Tail); in invalidateTraces()
841 Traces->invalidate(IfConv.TBB); in invalidateTraces()
842 Traces->invalidate(IfConv.FBB); in invalidateTraces()
843 Traces->verifyAnalysis(); in invalidateTraces()
905 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldConvertIf()
1091 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
H A DMachineCombiner.cpp72 MachineTraceMetrics *Traces = nullptr; member in __anond034810d0111::MachineCombiner
569 TraceEnsemble = Traces->getEnsemble(TII->getMachineCombinerTraceStrategy()); in combineInstructions()
689 Traces->verifyAnalysis(); in combineInstructions()
718 Traces->invalidate(MBB); in combineInstructions()
730 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceProvider69 * RESULT: Traces of all the matching profile probes with the
79 * RESULT: Traces of the matching profile probe with the
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp784 auto &Traces = Reader->getTemporalProfTraces(Input.Weight); in loadInput() local
785 if (!Traces.empty()) in loadInput()
787 Traces, Reader->getTemporalProfTraceStreamSize()); in loadInput()
2983 auto &Traces = Reader->getTemporalProfTraces(); in showInstrProfile() local
2984 OS << "Temporal Profile Traces (samples=" << Traces.size() in showInstrProfile()
2986 for (unsigned i = 0; i < Traces.size(); i++) { in showInstrProfile()
2987 OS << " Temporal Profile Trace " << i << " (weight=" << Traces[i].Weight in showInstrProfile()
2988 << " count=" << Traces[i].FunctionNameRefs.size() << "):\n"; in showInstrProfile()
2989 for (auto &NameRef : Traces[i].FunctionNameRefs) in showInstrProfile()
3297 ArrayRef Traces = Reader->getTemporalProfTraces(); in order_main() local
[all …]
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1020 ArrayRef<TemporalProfTraceTy> Traces, std::vector<BPFunctionNode> &Nodes, in createBPFunctionNodes() argument
1030 for (auto &Trace : Traces) { in createBPFunctionNodes()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td557 "Traces memory managed by malloc()/free().">,
646 HelpText<"Check for double-free and use-after-free problems. Traces memory "
652 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h385 static void createBPFunctionNodes(ArrayRef<TemporalProfTraceTy> Traces,
/src/contrib/googletest/docs/reference/
H A Dtesting.md465 [Adding Traces to Assertions](../advanced.md#adding-traces-to-assertions).
/src/contrib/googletest/docs/
H A Dadvanced.md655 ### Adding Traces to Assertions