diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-05-03 12:23:00 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-05-03 12:23:00 -0400 |
commit | 64aa17ca5a4e428fcb6d0806823a99a18c548506 (patch) | |
tree | 6146b58df81f71322ead427a84b9115aff9ffa9d /tools/perf/ui/browsers/annotate.c | |
parent | 83b1f2aad46c4af7df5ba6071fbba2d5cb025985 (diff) |
perf annotate browser: Don't change the asm line color when toggling source
Gets confusing. Remains to be chosen an appropriate different color for
source code.
This effectively reverts 58e817d997d1 ("perf annotate: Print asm code as
blue when source code is displayed")
Requested-by: Peter Zijlstra <peterz@infradead.org>
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-qy9iq32nj3uqe5dbiuq9e3j9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/ui/browsers/annotate.c')
-rw-r--r-- | tools/perf/ui/browsers/annotate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 74104a403b5d..b94da57471f6 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c | |||
@@ -81,9 +81,6 @@ static void annotate_browser__write(struct ui_browser *self, void *entry, int ro | |||
81 | if (!self->navkeypressed) | 81 | if (!self->navkeypressed) |
82 | width += 1; | 82 | width += 1; |
83 | 83 | ||
84 | if (dl->offset != -1 && change_color) | ||
85 | ui_browser__set_color(self, HE_COLORSET_CODE); | ||
86 | |||
87 | if (!*dl->line) | 84 | if (!*dl->line) |
88 | slsmg_write_nstring(" ", width - 7); | 85 | slsmg_write_nstring(" ", width - 7); |
89 | else if (dl->offset == -1) { | 86 | else if (dl->offset == -1) { |