commit | bc1d202023eb66f088f736ba423bee1cf135c720 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Aug 16 16:53:15 2016 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Oct 18 12:53:30 2017 +0100 |
tree | 98664ac30eeca124f3d0ff9d2f3d1ac896574f3f | |
parent | 5ffeb0501c6b36d080de78372fdb70b404b91e9d [diff] |
perf/core: Export AUX buffer helpers to modules Perf PMU drivers using AUX buffers cannot be built as modules unless the AUX helpers are exported. This patch exports perf_aux_output_{begin,end,skip} and perf_get_aux to modules. Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Will Deacon <will.deacon@arm.com>