• P
    perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate... · aab5b71e
    Peter Zijlstra 提交于
    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: NPeter 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: NIngo Molnar <mingo@kernel.org>
    aab5b71e
core.c 245.4 KB