Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1852 def SetSelection(self, selection_state): argument
1854 if selection_state:
1915 selection_state = None
2198 self.selection_state = (None, None)
2351 selected_subrange, selection_state = self.selection_state
2352 self.item.SetSelection(selection_state)
2373 if selection_state is None:
2379 self.selection_state = (selected_subrange, selection_state)
2383 selected_subrange, selection_state = self.selection_state
2386 self.fwd_rect = selection_state
[all …]