Searched refs:region_attributes (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1455 colour = self.attrs.region_attributes[last.hregion.key].colour 1915 def __init__(self, collection, region_attributes, parent=None): argument 1918 self.region_attributes = region_attributes 1950 return self.region_attributes[child.key].colour 1956 return self.region_attributes[child.key].colour 1989 def __init__(self, collection, region_attributes, parent=None): argument 1992 self.data_model = SwitchGraphLegendModel(collection, region_attributes) 2073 def __init__(self, scale, subrange, region_attributes, dp): argument 2076 self.region_attributes = region_attributes 2198 region_attributes = {} [all …]
|