[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100913212951.GI31907@ghostprotocols.net>
Date: Mon, 13 Sep 2010 18:29:52 -0300
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org,
Christoph Hellwig <hch@...radead.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Mike Galbraith <efault@....de>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>,
Tom Zanussi <tzanussi@...il.com>
Subject: Re: [GIT PULL 0/1] perf/core ui browser improvement
Em Mon, Sep 13, 2010 at 10:42:17PM +0200, Ingo Molnar escreveu:
> > Em Mon, Sep 13, 2010 at 07:48:45PM +0200, Ingo Molnar escreveu:
> > > Nice, it's more economic with screen real estate now :-)
> > >
> > > btw., a small detail: could we please rename [kernel.kallsyms] to
> > > [kernel]? The user is not really interested where the symbols came from
> > > (kallsyms or vmlinux), in 99.9% of the cases - and the many repetitive
> > > .kallsyms instances look uninformative and somewhat confusing.
> >
> > Sure, I'll probably even remove the brackets :-)
>
> The brackets kind of make sense, they signal that it's a container
> (which it is) - same for DSOs.
+ 3.00% find [kernel.kallsyms] [k] n_tty_write
+ 2.59% find [kernel.kallsyms] [k] _raw_spin_lock_irqsave
+ 2.43% find find [.] knuth_morris_pratt_unibyte
+ 2.22% sshd sshd [.] 41841
+ 2.16% swapper [kernel.kallsyms] [k] mwait_idle
+ 1.65% find libc-2.12.so [.] __GI_vfprintf
Right now DSOs doesn't use brackets, just the kernel and modules, that
differentiates them from userspace DSOs, but then there is the next
column, where we have (under brackets) "k", "." or "H" for kernel,
userspace, hypervisor, so we can use this info to know the context, no
need for brackets around the DSO as well.
Arguably I'd remove also the brackets around the context, they also
don't convey useful information IMHO, and also would replace '.' with
'u', so it would become:
+ 3.00% find kernel k n_tty_write
+ 2.59% find kernel k _raw_spin_lock_irqsave
+ 2.43% find find u knuth_morris_pratt_unibyte
+ 2.22% sshd sshd u 41841
+ 2.16% swapper kernel k mwait_idle
+ 1.65% find libc-2.12.so u __GI_vfprintf
Something else that is missing in the tui is a header with the names of
the columns, that is present in the stdio based formatter.
- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists