mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
c323cf0400
The defaults are: [annotate] hide_src_code = false use_offset = true jump_arrows = true show_nr_jumps = false Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-q4egci70rjgxh7bogbbfpcyf@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
30 lines
459 B
Plaintext
30 lines
459 B
Plaintext
[colors]
|
|
|
|
# These were the old defaults
|
|
top = red, lightgray
|
|
medium = green, lightgray
|
|
normal = black, lightgray
|
|
selected = lightgray, magenta
|
|
code = blue, lightgray
|
|
addr = magenta, lightgray
|
|
|
|
[tui]
|
|
|
|
# Defaults if linked with libslang
|
|
report = on
|
|
annotate = on
|
|
top = on
|
|
|
|
[buildid]
|
|
|
|
# Default, disable using /dev/null
|
|
dir = /root/.debug
|
|
|
|
[annotate]
|
|
|
|
# Defaults
|
|
hide_src_code = false
|
|
use_offset = true
|
|
jump_arrows = true
|
|
show_nr_jumps = false
|