0001 [colors]
0002
0003 # These were the old defaults
0004 top = red, lightgray
0005 medium = green, lightgray
0006 normal = black, lightgray
0007 selected = lightgray, magenta
0008 jump_arrows = blue, lightgray
0009 addr = magenta, lightgray
0010
0011 [tui]
0012
0013 # Defaults if linked with libslang
0014 report = on
0015 annotate = on
0016 top = on
0017
0018 [buildid]
0019
0020 # Default, disable using /dev/null
0021 dir = /root/.debug
0022
0023 [annotate]
0024
0025 # Defaults
0026 hide_src_code = false
0027 use_offset = true
0028 jump_arrows = true
0029 show_nr_jumps = false
0030
0031 [report]
0032
0033 # Defaults
0034 sort-order = comm,dso,symbol
0035 percent-limit = 0
0036 queue-size = 0
0037 children = true
0038 group = true