Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp102 FileSpec threads_dir = directory; in BuildThreadsSection() local
103 threads_dir.AppendPathComponent("threads"); in BuildThreadsSection()
104 sys::fs::create_directories(threads_dir.GetPath().c_str()); in BuildThreadsSection()
115 FileSpec output_file = threads_dir; in BuildThreadsSection()