Re: [GIT PULL 0/1] perf/core ui browser improvement

From: Ingo Molnar
Date: Tue Sep 14 2010 - 08:16:29 EST



* Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> On Mon, 2010-09-13 at 18:29 -0300, Arnaldo Carvalho de Melo wrote:
> > + 3.00% find [kernel.kallsyms] [k] n_tty_write
>
> > + 3.00% find kernel k n_tty_write
>
> I find that [k] is visually easier to separate from the symbol name.

me too. Something like:

before:

1.08% cc1 libc-2.12.so [.] _int_malloc
0.94% cc1 [kernel.kallsyms] [k] clear_page_c
0.74% cc1 libc-2.12.so [.] _int_free
0.69% cc1 [kernel.kallsyms] [k] page_fault
0.46% cc1 libc-2.12.so [.] malloc_consolidate

after:

1.08% cc1 # libc-2.12.so [.] _int_malloc
0.94% cc1 # kernel [k] clear_page_c
0.74% cc1 # libc-2.12.so [.] _int_free
0.69% cc1 # kernel [k] page_fault
0.46% cc1 # libc-2.12.so [.] malloc_consolidate


Would largely do the trick i think. The comments delineate the DSO
portion from the task portion nicely - while also being a familar
pattern. The column of [.] and [k] gives kernel developers a quick
glance wrt. whether it's kernel or user-space - and it also delineates
the symbol column from the DSO column.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/