[PATCH 0/7] perf tools: Prepare for AUX area sampling support

From: Adrian Hunter
Date: Tue Mar 06 2018 - 04:14:16 EST


Hi

Here are a few patches to help clear the way for adding AUX area sampling
support. There is one minor fix "Prevent decoding when --no-itrace" but
otherwise there are no functional changes.


Adrian Hunter (7):
perf record: Combine some auxtrace initialization into a single function
perf auxtrace: Prevent decoding when --no-itrace
perf auxtrace: Add missing parameters from kernel-doc comments
perf auxtrace: Rename some buffer-queuing functions
perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptr
perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer
perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filtering

tools/perf/builtin-record.c | 36 +++++++++-----
tools/perf/util/auxtrace.c | 114 +++++++++++++++++++++++---------------------
tools/perf/util/auxtrace.h | 2 +
3 files changed, 85 insertions(+), 67 deletions(-)


Regards
Adrian