Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp99 std::vector<JSONThread> json_threads; in BuildThreadsSection() local
128 json_threads.push_back(std::move(json_thread)); in BuildThreadsSection()
130 return json_threads; in BuildThreadsSection()
306 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection() local
308 if (!json_threads) in BuildProcessSection()
309 return json_threads.takeError(); in BuildProcessSection()
319 json_threads.get(), json_modules.get()}; in BuildProcessSection()