From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758755Ab2D0QHp (ORCPT ); Fri, 27 Apr 2012 12:07:45 -0400 Received: from merlin.infradead.org ([205.233.59.134]:41335 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754820Ab2D0QHo (ORCPT ); Fri, 27 Apr 2012 12:07:44 -0400 Date: Fri, 27 Apr 2012 13:07:48 -0300 From: Arnaldo Carvalho de Melo To: Peter Zijlstra Cc: Ingo Molnar , linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Hagen Paul Pfeifer , Mike Galbraith , Namhyung Kim , Paul Mackerras , Stephane Eranian , Linus Torvalds Subject: Re: [GIT PULL 0/4] perf/annotate loop detection V2, fixes Message-ID: <20120427160748.GE27997@infradead.org> References: <1335452777-27326-1-git-send-email-acme@infradead.org> <20120427072153.GB4766@gmail.com> <20120427080613.GA7359@gmail.com> <20120427153119.GC27997@infradead.org> <1335541737.2463.135.camel@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1335541737.2463.135.camel@laptop> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by canuck.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Apr 27, 2012 at 05:48:57PM +0200, Peter Zijlstra escreveu: > On Fri, 2012-04-27 at 12:31 -0300, Arnaldo Carvalho de Melo wrote: > > Yeah, there are some unused graphical chars. But perhaps we should just > > use ↓ again? > > > > 0.00 │┌─→ c0: cmp %rax,%rbx > > 0.00 ││ mov %rax,%rcx > > 0.00 ││ ↓ ↓je 5dd > > 0.00 ││ cc: test %rcx,%rcx > > 0.00 ││ ↓ ↓je da > > 0.00 ││ mov 0x8(%rcx),%esi > > 0.00 ││ shr $0x4,%esi > > 0.00 ││ sub $0x2,%esi > > 0.00 ││ da: mov %rcx,0x10(%rbx) > > 0.00 ││ mov %rcx,%rax > > 0.00 ││ cmpl $0x0,%fs:0x18 > > 0.00 ││ ↓ ↓je ed > > 0.00 ││ lock cmpxchg %rbx,(%rdx) > > 0.00 ││ cmp %rax,%rcx > > ││ > > 0.00 │└──────↑ } jne c0 > > > > Does it still stands out? I think so, we expect a letter there, > > something very different is there, matching the other down arrowsome > > columns to the left. > > That just looks daft.. what's wrong with the single up/down arrow? Yeah, that too, or perhaps we can bring the instruction column closer to the jump column and then that makes it stand out better? > Also, can we keep all this on the list please? Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Is doing the trick with keeping the arrows, etc, readable here, I'll check what is wrong with git-send-email that corrupted the messages when I tried using it to post patches. - Arnaldo