mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
78ce08dfbd
USe 'jump_arrows' config name instead of 'code' on 'colors' section. 'colors.code' config is only for jump arrows on assembly code listings i.e. │ ┌──jmp 1333 │ │ xchg %ax,%ax │ │ mov %r15,%r10 │ └─→cmp %r15,%r14 But this config name seems unfit. 'jump_arrows' is more descriptive than 'code'. Signed-off-by: Taeung Song <treeze.taeung@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1452240971-25418-1-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
30 lines
466 B
Plaintext
30 lines
466 B
Plaintext
[colors]
|
|
|
|
# These were the old defaults
|
|
top = red, lightgray
|
|
medium = green, lightgray
|
|
normal = black, lightgray
|
|
selected = lightgray, magenta
|
|
jump_arrows = 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
|