Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport.py100 self.report_items = []
141 cur_event_report.report_items.append(cur_report_item)
195 def __init__(self, master, report_context, title_line, report_items): argument
232 self.display_report_items(tree, report_items)
234 def display_report_items(self, tree, report_items): argument
235 for report_item in report_items:
283 ReportWindow(parent, report.context, report.title_line, report.report_items)