Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp73 FileSpec trace_path = directory; in SaveTraceBundleDescription() local
74 trace_path.AppendPathComponent("trace.json"); in SaveTraceBundleDescription()
75 std::ofstream os(trace_path.GetPath()); in SaveTraceBundleDescription()
81 trace_path.GetPath().c_str())); in SaveTraceBundleDescription()
82 return trace_path; in SaveTraceBundleDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp99 std::string trace_path = "." + std::string(type) + "_trace"; in CreateHistoryThreadFromValueObject() local
116 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()