Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport.py101 self.report_items = []
142 cur_event_report.report_items.append(cur_report_item)
196 def __init__(self, main, report_context, title_line, report_items): argument
233 self.display_report_items(tree, report_items)
235 def display_report_items(self, tree, report_items): argument
236 for report_item in report_items:
284 ReportWindow(parent, report.context, report.title_line, report.report_items)