Searched refs:JSONThread (Results 1 – 5 of 5) sorted by relevance
29 struct JSONThread { struct37 std::vector<JSONThread> threads; argument65 llvm::json::Value toJSON(const JSONThread &thread);80 bool fromJSON(const llvm::json::Value &value, JSONThread &thread,
97 static llvm::Expected<std::vector<JSONThread>>99 std::vector<JSONThread> json_threads; in BuildThreadsSection()111 JSONThread json_thread; in BuildThreadsSection()306 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection()
80 const JSONThread &thread) { in ParseThread() 128 for (const JSONThread &thread : process.threads) in ParseProcess() 337 for (JSONThread &thread : process.threads) in AugmentThreadsFromContextSwitches() 402 for (JSONThread &thread : process.threads) { in NormalizeAllPaths()
52 json::Value toJSON(const JSONThread &thread) { in toJSON()59 bool fromJSON(const json::Value &value, JSONThread &thread, Path path) { in fromJSON()
62 const JSONThread &thread);