xref: /linux/tools/perf/Documentation/perfconfig.example (revision 71ca97da9d027009d318d319cbacf54a72f666c1)
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	addr = magenta, lightgray
10
11[tui]
12
13	# Defaults if linked with libslang
14	report = on
15	annotate = on
16	top = on
17
18[buildid]
19
20	# Default, disable using /dev/null
21	dir = /root/.debug
22