Re: [PATCH 9/9] perf, tools: Add a --quiet flag to perf list

From: Andi Kleen
Date: Sun Jun 15 2014 - 12:11:47 EST


On Sun, Jun 15, 2014 at 10:17:41PM +0900, Namhyung Kim wrote:
> > It's still default to print descriptions as that is the more useful
> > default for most users. Requested by Namhyung Kim.
>
> Did I request the --quiet thing? It seems like there's a
> miscommunication.. :-/

Well it was done based on your feedback, and gets the closest
to your original request as possible.

> Btw, it'd better if it can support event glob on the pmu events (or
> simply all events) too as this will increase the number of events
> significantly. But this can be a further work.

That already works.

% perf list icache*
List of pre-defined events (to be used in -e):
icache.ifetch_stall [Cycles where a code-fetch
stalled due to L1
instruction-cache miss
or an iTLB miss]
icache.misses [Number of Instruction
Cache, Streaming Buffer
and Victim Cache
Misses. Includes
Uncacheable accesses]
%

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