Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp104 FileSpec threads_dir = directory; in BuildThreadsSection() local
105 threads_dir.AppendPathComponent("threads"); in BuildThreadsSection()
106 sys::fs::create_directories(threads_dir.GetCString()); in BuildThreadsSection()
117 FileSpec output_file = threads_dir; in BuildThreadsSection()