Re: [PATCH V3 4/6] perf tools: pushing driver configuration down to the kernel

From: Jiri Olsa
Date: Sun Jul 31 2016 - 08:04:12 EST


On Thu, Jul 28, 2016 at 03:42:21PM -0600, Mathieu Poirier wrote:
> Now that PMU specific driver configuration are queued in
> evsel::config_terms, all we need to do is re-use the current
> ioctl() mechanism to push down the information to the kernel
> driver.
>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
> ---
> tools/perf/builtin-record.c | 9 +++++++++
> tools/perf/builtin-stat.c | 8 ++++++++

how about perf top?

jirka