Searched refs:report_items (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report.py | 102 self.report_items = [] 143 cur_event_report.report_items.append(cur_report_item) 197 def __init__(self, main, report_context, title_line, report_items): argument 234 self.display_report_items(tree, report_items) 236 def display_report_items(self, tree, report_items): argument 237 for report_item in report_items: 285 ReportWindow(parent, report.context, report.title_line, report.report_items)
|