Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py4629 reports_menu = menu.addMenu("&Reports")
4631reports_menu.addAction(CreateAction("Context-Sensitive Call &Graph", "Create a new window containi…
4634reports_menu.addAction(CreateAction("Call &Tree", "Create a new window containing a call tree", se…
4636 self.EventMenu(GetEventList(glb.db), reports_menu)
4639reports_menu.addAction(CreateAction("&Top calls by elapsed time", "Create a new window displaying …
4689 def EventMenu(self, events, reports_menu): argument
4701reports_menu.addAction(CreateAction(label, "Create a new window displaying branch events", lambda …
4703reports_menu.addAction(CreateAction(label, "Create a new window displaying branch events", lambda …