Searched refs:has_callgraph (Results 1 – 1 of 1) sorted by relevance
382 def _read_report_file(self, report_file, has_callgraph): argument397 if has_callgraph:402 return self._parse_report_items(report_item_lines, has_callgraph)404 def _parse_report_items(self, lines, has_callgraph): argument416 if has_callgraph:476 def check_report_file(self, test, report_file, has_callgraph): argument477 symbols = self._read_report_file(report_file, has_callgraph)480 if has_callgraph: