summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perfconfig.example
diff options
context:
space:
mode:
authorTaeung Song2016-01-08 09:16:11 +0100
committerArnaldo Carvalho de Melo2016-01-26 15:52:46 +0100
commit78ce08dfbd180fb85312ee76e607a6c5fe34a06c (patch)
tree9cf36114cb46c24f00549b185db1da80ea7ff21b /tools/perf/Documentation/perfconfig.example
parentperf tools: Document the perf sysctls (diff)
downloadkernel-qcow2-linux-78ce08dfbd180fb85312ee76e607a6c5fe34a06c.tar.gz
kernel-qcow2-linux-78ce08dfbd180fb85312ee76e607a6c5fe34a06c.tar.xz
kernel-qcow2-linux-78ce08dfbd180fb85312ee76e607a6c5fe34a06c.zip
perf annotate: Rename 'colors.code' to 'colors.jump_arrows'
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>
Diffstat (limited to 'tools/perf/Documentation/perfconfig.example')
-rw-r--r--tools/perf/Documentation/perfconfig.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perfconfig.example b/tools/perf/Documentation/perfconfig.example
index 767ea2436e1c..1d8d5bc4cd2d 100644
--- a/tools/perf/Documentation/perfconfig.example
+++ b/tools/perf/Documentation/perfconfig.example
@@ -5,7 +5,7 @@
medium = green, lightgray
normal = black, lightgray
selected = lightgray, magenta
- code = blue, lightgray
+ jump_arrows = blue, lightgray
addr = magenta, lightgray
[tui]