Searched refs:JSONThread (Results 1 – 6 of 6) sorted by relevance
32 struct JSONThread { struct40 std::vector<JSONThread> threads; argument62 llvm::json::Value toJSON(const JSONThread &thread);75 bool fromJSON(const llvm::json::Value &value, JSONThread &thread,
78 const JSONThread &thread) { in ParseThread()112 for (const JSONThread &thread : process.threads) in ParseProcess()244 for (JSONThread &thread : process.threads) in AugmentThreadsFromContextSwitches()303 for (JSONThread &thread : process.threads) { in NormalizeAllPaths()
99 static llvm::Expected<std::vector<JSONThread>>101 std::vector<JSONThread> json_threads; in BuildThreadsSection()113 JSONThread json_thread; in BuildThreadsSection()308 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection()
51 json::Value toJSON(const JSONThread &thread) { in toJSON()58 bool fromJSON(const json::Value &value, JSONThread &thread, Path path) { in fromJSON()
61 const JSONThread &thread);
104 for (const JSONThread &thread : process.threads) in CreateInstanceForPostmortemTrace()