perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate them...
authorPeter Zijlstra <peterz@infradead.org>
Thu, 12 May 2016 15:26:46 +0000 (17:26 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Jun 2016 07:40:15 +0000 (09:40 +0200)
commitaab5b71ef2b5c62323b9abe397e2db57b18e1f78
treeb165af5e1cd9bceca556a6f2db4729211e5867d4
parentf2fb6bef92514432398a653df1c2f1041d79ac46
perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate them from AUX ring-buffer records

There are now two different things called AUX in perf, the
infrastructure to deliver the mmap/comm/task records and the
AUX part in the mmap buffer (with associated AUX_RECORD).

Since the former is internal, rename it to side-band to reduce
the confusion factor.

No change in functionality.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/core.c