perf tools: pushing driver configuration down to the kernel
authorMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 29 Apr 2016 22:04:48 +0000 (22:04 +0000)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 20 Jun 2016 17:16:04 +0000 (11:16 -0600)
commit55ab3786296f490cc921a1acc244dc6c22c37201
tree6c5943b7e2820adef59854b4c72f6783cebd01ea
parent6a453d5d51ffc238d32d491c22b75fc9540b491c
perf tools: pushing driver configuration down to the kernel

Now that PMU specific driver configuration are queued in
evsel::drv_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@linaro.org>
tools/perf/builtin-record.c
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/evsel.c
tools/perf/util/evsel.h