perfconfig.example 585 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. jump_arrows = 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
  23. [report]
  24. # Defaults
  25. sort-order = comm,dso,symbol
  26. percent-limit = 0
  27. queue-size = 0
  28. children = true
  29. group = true