Lines Matching refs:symbols
405 symbols = []
424 symbols.append(cur_symbol)
432 symbols.append(cur_symbol)
474 return symbols
477 symbols = self._read_report_file(report_file, has_callgraph)
478 if not self._check_symbol_overhead_requirements(test, symbols):
481 if not self._check_symbol_children_overhead_requirements(test, symbols):
483 if not self._check_symbol_relation_requirements(test, symbols):
487 def _check_symbol_overhead_requirements(self, test, symbols): argument
491 for symbol in symbols:
510 def _check_symbol_children_overhead_requirements(self, test, symbols): argument
513 for symbol in symbols:
530 def _check_symbol_relation_requirements(self, test, symbols): argument
533 for symbol in symbols: