Symbol: aux_buffer
arch/s390/kernel/perf_cpum_sf.c
1258
static inline unsigned long aux_sdb_index(struct aux_buffer *aux,
arch/s390/kernel/perf_cpum_sf.c
1269
static inline unsigned long aux_sdb_num_alert(struct aux_buffer *aux)
arch/s390/kernel/perf_cpum_sf.c
1274
static inline unsigned long aux_sdb_num_empty(struct aux_buffer *aux)
arch/s390/kernel/perf_cpum_sf.c
1282
static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux,
arch/s390/kernel/perf_cpum_sf.c
1304
struct aux_buffer *aux;
arch/s390/kernel/perf_cpum_sf.c
1335
struct aux_buffer *aux,
arch/s390/kernel/perf_cpum_sf.c
1387
static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index,
arch/s390/kernel/perf_cpum_sf.c
1434
static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range,
arch/s390/kernel/perf_cpum_sf.c
1492
struct aux_buffer *aux;
arch/s390/kernel/perf_cpum_sf.c
1551
struct aux_buffer *aux = data;
arch/s390/kernel/perf_cpum_sf.c
1596
struct aux_buffer *aux;
arch/s390/kernel/perf_cpum_sf.c
1616
aux = kzalloc_obj(struct aux_buffer);
arch/s390/kernel/perf_cpum_sf.c
1769
struct aux_buffer *aux;
tools/perf/util/cs-etm.c
1436
struct auxtrace_buffer *aux_buffer = etmq->buffer;
tools/perf/util/cs-etm.c
1437
struct auxtrace_buffer *old_buffer = aux_buffer;
tools/perf/util/cs-etm.c
1442
aux_buffer = auxtrace_buffer__next(queue, aux_buffer);
tools/perf/util/cs-etm.c
1445
if (!aux_buffer) {
tools/perf/util/cs-etm.c
1452
etmq->buffer = aux_buffer;
tools/perf/util/cs-etm.c
1455
if (!aux_buffer->data) {
tools/perf/util/cs-etm.c
1459
aux_buffer->data = auxtrace_buffer__get_data(aux_buffer, fd);
tools/perf/util/cs-etm.c
1460
if (!aux_buffer->data)
tools/perf/util/cs-etm.c
1469
etmq->buf_len = aux_buffer->size;
tools/perf/util/cs-etm.c
1470
etmq->buf = aux_buffer->data;