Searched refs:reports_menu (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 3229 reports_menu = menu.addMenu("&Reports") 3231 …reports_menu.addAction(CreateAction("Context-Sensitive Call &Graph", "Create a new window containi… 3234 …reports_menu.addAction(CreateAction("Call &Tree", "Create a new window containing a call tree", se… 3236 self.EventMenu(GetEventList(glb.db), reports_menu) 3239 …reports_menu.addAction(CreateAction("&Top calls by elapsed time", "Create a new window displaying … 3285 def EventMenu(self, events, reports_menu): argument 3297 …reports_menu.addAction(CreateAction(label, "Create a new window displaying branch events", lambda … 3299 …reports_menu.addAction(CreateAction(label, "Create a new window displaying branch events", lambda …
|