Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.cpp53 TraceSP trace_instance(new TraceIntelPT(cpu_info, threads)); in CreateTraceIntelPTInstance() local
55 parsed_process.target_sp->SetTrace(trace_instance); in CreateTraceIntelPTInstance()
57 return trace_instance; in CreateTraceIntelPTInstance()