Home
last modified time | relevance | path

Searched refs:aux_buffer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dcs-etm.c586 struct auxtrace_buffer *aux_buffer = etmq->buffer; in cs_etm__get_trace() local
587 struct auxtrace_buffer *old_buffer = aux_buffer; in cs_etm__get_trace()
592 aux_buffer = auxtrace_buffer__next(queue, aux_buffer); in cs_etm__get_trace()
595 if (!aux_buffer) { in cs_etm__get_trace()
602 etmq->buffer = aux_buffer; in cs_etm__get_trace()
605 if (!aux_buffer->data) { in cs_etm__get_trace()
609 aux_buffer->data = auxtrace_buffer__get_data(aux_buffer, fd); in cs_etm__get_trace()
610 if (!aux_buffer->data) in cs_etm__get_trace()
618 buff->offset = aux_buffer->offset; in cs_etm__get_trace()
619 buff->len = aux_buffer->size; in cs_etm__get_trace()
[all …]
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c78 struct aux_buffer { struct
1277 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer()
1299 struct aux_buffer *aux; in aux_output_end()
1332 struct aux_buffer *aux, in aux_output_begin()
1396 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index, in aux_set_alert()
1444 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range, in aux_reset_buffer()
1501 struct aux_buffer *aux; in hw_collect_aux()
1571 struct aux_buffer *aux = data; in aux_buffer_free()
1619 struct aux_buffer *aux; in aux_buffer_setup()
1639 aux = kmalloc(sizeof(struct aux_buffer), GFP_KERNEL); in aux_buffer_setup()
[all …]