Searched refs:trace_file (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslkeylogfile.t | 37 my $trace_file = "$resultdir/keylog.keys"; 72 my @s_client_cmd = ("s_client", "-connect", "localhost:$server_port", "-keylogfile", $trace_file); 82 ok(run(cmd(["diff", "-I" ,"^#.*\$", $sslkeylogfile, $trace_file])));
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | ThreadPostMortemTrace.h | 34 const std::optional<FileSpec> &trace_file) in ThreadPostMortemTrace() argument 35 : Thread(process, tid), m_trace_file(trace_file) {} in ThreadPostMortemTrace()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 83 std::optional<FileSpec> trace_file; in ParseThread() 85 trace_file = FileSpec(*thread.ipt_trace); in ParseThread() 88 std::make_shared<ThreadPostMortemTrace>(process, tid, trace_file); in ParseThread() 82 std::optional<FileSpec> trace_file; ParseThread() local
|
| H A D | TraceIntelPT.cpp | 160 if (const std::optional<FileSpec> &trace_file = thread->GetTraceFile()) { in CreateInstanceForPostmortemTrace() local 162 thread->GetID(), IntelPTDataKinds::kIptTrace, *trace_file); in CreateInstanceForPostmortemTrace()
|
| /freebsd/usr.bin/m4/ |
| H A D | extern.h | 146 extern void trace_file(const char *);
|
| H A D | trace.c | 58 trace_file(const char *name) in trace_file() function
|
| H A D | main.c | 248 trace_file(optarg); in main()
|