Home
last modified time | relevance | path

Searched refs:has_callgraph (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/runtest/
Druntest.py382 def _read_report_file(self, report_file, has_callgraph): argument
397 if has_callgraph:
402 return self._parse_report_items(report_item_lines, has_callgraph)
404 def _parse_report_items(self, lines, has_callgraph): argument
416 if has_callgraph:
476 def check_report_file(self, test, report_file, has_callgraph): argument
477 symbols = self._read_report_file(report_file, has_callgraph)
480 if has_callgraph: