Searched refs:top_color (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument 88 if top_color is not None: 89 (r, g, b) = top_color 90 top_color = wx.Colour(r, g, b) 91 brush = wx.Brush(top_color, wx.SOLID)
|
/linux-5.19.10/tools/perf/scripts/python/ |
D | sched-migration.py | 293 top_color = None 296 top_color = rq.event.color() 298 self.root_win.paint_rectangle_zone(cpu, color, top_color, slice.start, slice.end)
|