Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/scripts/python/
Dtask-analyzer.py27 _COLORS = { variable
74 global _COLORS
78 _COLORS = {
373 column_titles += (_COLORS["grey"], "Max At", _COLORS["reset"])
397 column_titles += ("Out-In", _COLORS["grey"], "Max At", _COLORS["reset"],
406 color_one_sample = _COLORS["grey"]
407 color_reset = _COLORS["reset"]
437 _COLORS["grey"], max_at, _COLORS["reset"], color_reset])
440 _COLORS["grey"], timespans.max_at,
441 _COLORS["reset"], timespans.max_out_out,
[all …]