Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp111 JSONThread json_thread; in BuildThreadsSection() local
112 json_thread.tid = tid; in BuildThreadsSection()
117 json_thread.ipt_trace = GetRelativePath(directory, output_file); in BuildThreadsSection()
128 json_threads.push_back(std::move(json_thread)); in BuildThreadsSection()