39 lines · plain
1[colors]2 3 # These were the old defaults4 top = red, lightgray5 medium = green, lightgray6 normal = black, lightgray7 selected = lightgray, magenta8 jump_arrows = blue, lightgray9 addr = magenta, lightgray10 11[tui]12 13 # Defaults if linked with libslang14 report = on15 annotate = on16 top = on17 18[buildid]19 20 # Default, disable using /dev/null21 dir = /root/.debug22 23[annotate]24 25 # Defaults26 hide_src_code = false27 use_offset = true28 jump_arrows = true29 show_nr_jumps = false30 31[report]32 33 # Defaults34 sort-order = comm,dso,symbol35 percent-limit = 036 queue-size = 037 children = true38 group = true39