xref: /linux/tools/perf/Documentation/perfconfig.example (revision 90ab5ee94171b3e28de6bb42ee30b527014e0be7)
1[colors]
2
3	# These were the old defaults
4	top = red, lightgray
5	medium = green, lightgray
6	normal = black, lightgray
7	selected = lightgray, magenta
8	code = blue, lightgray
9
10[tui]
11
12	# Defaults if linked with libslang
13	report = on
14	annotate = on
15	top = on
16
17[buildid]
18
19	# Default, disable using /dev/null
20	dir = /root/.debug
21