Re: [RFC PATCH 0/3] perf: show package power consumption in perf

From: acme@xxxxxxxxxx
Date: Fri Aug 20 2010 - 17:35:45 EST


Em Fri, Aug 20, 2010 at 02:31:59PM +0200, Ingo Molnar escreveu:
> Btw., some 'perf list' thoughts. We could do a:
>
> perf list --help rapl:watts
>
> Which gives the user some idea what an event does. Also, short descriptive
> line in perf list output would be nice:
>
> $ perf list
>
> List of pre-defined events (to be used in -e):
>
> cpu-cycles OR cycles [Hardware event] # CPU cycles
> instructions [Hardware event] # instructions executed
>
> ...
>
> rapl:watts [Tracepoint] # watts usage
>
> or something like that. Perhaps even a TUI for perf list, to browse between
> event types? (in that case it would probably be useful to make them collapse
> along natural grouping)
>
> We want users/developers to discover new events, see and understand their
> purpose and combine them in not-seen-before ways.

Right, record, list, probe, top are on the UI (not just T-UI, see latest
efforts on decoupling from newt/slang) hit-list :)

Moving from one to the other seamlessly like today is possible for
report and annotate is the goal.

Now that the UI browser code is more robust and generic that should
happen faster, I think.

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