Home
last modified time | relevance | path

Searched refs:trace_file (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.h34 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 DTraceIntelPTBundleLoader.cpp83 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 DTraceIntelPT.cpp160 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 Dextern.h146 extern void trace_file(const char *);
H A Dtrace.c58 trace_file(const char *name) in trace_file() function
H A Dmain.c248 trace_file(optarg); in main()