Searched refs:json_threads (Results 1 – 2 of 2) sorted by relevance
101 std::vector<JSONThread> json_threads; in BuildThreadsSection() local130 json_threads.push_back(std::move(json_thread)); in BuildThreadsSection()132 return json_threads; in BuildThreadsSection()308 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection() local310 if (!json_threads) in BuildProcessSection()311 return json_threads.takeError(); in BuildProcessSection()321 json_threads.get(), json_modules.get()}; in BuildProcessSection()
542 def parse_threads(self, json_threads): argument544 for json_thread in json_threads: