perfconfig.example 459 B

1234567891011121314151617181920212223242526272829
  1. [colors]
  2. # These were the old defaults
  3. top = red, lightgray
  4. medium = green, lightgray
  5. normal = black, lightgray
  6. selected = lightgray, magenta
  7. code = blue, lightgray
  8. addr = magenta, lightgray
  9. [tui]
  10. # Defaults if linked with libslang
  11. report = on
  12. annotate = on
  13. top = on
  14. [buildid]
  15. # Default, disable using /dev/null
  16. dir = /root/.debug
  17. [annotate]
  18. # Defaults
  19. hide_src_code = false
  20. use_offset = true
  21. jump_arrows = true
  22. show_nr_jumps = false