Searched refs:JSONCpu (Results 1 – 5 of 5) sorted by relevance
41 struct JSONCpu { struct56 std::optional<std::vector<JSONCpu>> cpus; argument69 llvm::json::Value toJSON(const JSONCpu &cpu);86 bool fromJSON(const llvm::json::Value &value, JSONCpu &cpu,
28 for (const JSONCpu &cpu : *cpus) in GetCpuIds()79 json::Value toJSON(const JSONCpu &cpu) { in toJSON()87 bool fromJSON(const json::Value &value, JSONCpu &cpu, Path path) { in fromJSON()
193 static llvm::Expected<std::optional<std::vector<JSONCpu>>>198 std::vector<JSONCpu> json_cpus; in BuildCpusSection()204 JSONCpu json_cpu; in BuildCpusSection()368 Expected<std::optional<std::vector<JSONCpu>>> json_cpus = in SaveToDisk()
158 for (const JSONCpu &cpu : *bundle_description.cpus) { in ParseKernel() 351 for (const JSONCpu &cpu : *bundle_description.cpus) { in AugmentThreadsFromContextSwitches() 409 for (JSONCpu &cpu : *bundle_description.cpus) { in NormalizeAllPaths()
141 for (const JSONCpu &cpu : *bundle_description.cpus) { in CreateInstanceForPostmortemTrace()