Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport.py86 report_items = []
97 report_items.append(cur_report_item)
137 return report_items
144 def __init__(self, master, report_context, title_line, report_items): argument
181 self.display_report_items(tree, report_items)
183 def display_report_items(self, tree, report_items): argument
184 for report_item in report_items:
237 report_items = parse_report_items(lines[blank_line_index + 2:])
240 ReportWindow(root, report_context, title_line, report_items)