Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.h40 struct JSONThread { struct
48 std::vector<JSONThread> threads; argument
107 const JSONThread &thread);
145 lldb_private::TraceSessionFileParser::JSONThread &thread,
H A DTraceSessionFileParser.cpp101 const JSONThread &thread) { in ParseThread()
134 for (const JSONThread &thread : process.threads) in ParseProcess()
196 bool fromJSON(const Value &value, TraceSessionFileParser::JSONThread &thread, in fromJSON()