Re: [PATCH -tip] perf_counter tools: shorten names for events

From: Jaswinder Singh Rajput
Date: Wed Jun 24 2009 - 14:18:58 EST


On Wed, 2009-06-24 at 20:07 +0200, Ingo Molnar wrote:
> * Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> wrote:
>
> >
> > OK, We will show :
> > 'branch loads' -> 'branches'
> > 'branch load-misses' -> 'branch-misses'
> >
> > now issue is how we can show :
> >
> > 'branch stores' -> ?
> > 'branch store-misses' -> ?
> >
> > 'branch prefetches' -> ?
> > 'branch prefetch-misses' -> ?
>
> there's no such thing as a 'branch store'. Instructions are not
> stored. We shouldnt display those.
>
> They are prefetched sometimes speculatively ... not sure there are
> events for them ... are there?
>

yes, you are right there is no such events.

But I need to test and display all.

If I need to to need to handle branch as special case, then better to
make separate array for branches and remove from hw_cache array.

Is it OK.

Thanks,

--
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/