Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c79 struct aux_buffer { struct
1380 static inline unsigned long aux_sdb_index(struct aux_buffer *aux, in aux_sdb_index()
1391 static inline unsigned long aux_sdb_num_alert(struct aux_buffer *aux) in aux_sdb_num_alert()
1396 static inline unsigned long aux_sdb_num_empty(struct aux_buffer *aux) in aux_sdb_num_empty()
1404 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer()
1426 struct aux_buffer *aux; in aux_output_end()
1460 struct aux_buffer *aux, in aux_output_begin()
1522 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index, in aux_set_alert()
1571 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range, in aux_reset_buffer()
1637 struct aux_buffer *aux; in hw_collect_aux()
[all …]
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c1323 struct auxtrace_buffer *aux_buffer = etmq->buffer; in cs_etm__get_trace() local
1324 struct auxtrace_buffer *old_buffer = aux_buffer; in cs_etm__get_trace()
1329 aux_buffer = auxtrace_buffer__next(queue, aux_buffer); in cs_etm__get_trace()
1332 if (!aux_buffer) { in cs_etm__get_trace()
1339 etmq->buffer = aux_buffer; in cs_etm__get_trace()
1342 if (!aux_buffer->data) { in cs_etm__get_trace()
1346 aux_buffer->data = auxtrace_buffer__get_data(aux_buffer, fd); in cs_etm__get_trace()
1347 if (!aux_buffer->data) in cs_etm__get_trace()
1356 etmq->buf_len = aux_buffer->size; in cs_etm__get_trace()
1357 etmq->buf = aux_buffer->data; in cs_etm__get_trace()