Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4636 reports_menu = menu.addMenu("&Reports")
4638reports_menu.addAction(CreateAction("Context-Sensitive Call &Graph", "Create a new window containi…
4641reports_menu.addAction(CreateAction("Call &Tree", "Create a new window containing a call tree", se…
4643 self.EventMenu(GetEventList(glb.db), reports_menu)
4646reports_menu.addAction(CreateAction("&Top calls by elapsed time", "Create a new window displaying …
4696 def EventMenu(self, events, reports_menu): argument
4708reports_menu.addAction(CreateAction(label, "Create a new window displaying branch events", lambda …
4710reports_menu.addAction(CreateAction(label, "Create a new window displaying branch events", lambda …