Searched refs:aux_buffer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 79 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 *au in hw_collect_aux() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cs-etm.c | 806 * Fetch an aux_buffer from this etmq. Bail if no more in cs_etm__setup_queue() 1033 struct auxtrace_buffer *aux_buffer = etmq->buffer; in cs_etm__get_trace() local 1034 struct auxtrace_buffer *old_buffer = aux_buffer; in cs_etm__get_trace() 1039 aux_buffer = auxtrace_buffer__next(queue, aux_buffer); in cs_etm__get_trace() 1042 if (!aux_buffer) { in cs_etm__get_trace() 1049 etmq->buffer = aux_buffer; in cs_etm__get_trace() 1051 /* If the aux_buffer doesn't have data associated, try to load it */ in cs_etm__get_trace() 1052 if (!aux_buffer->data) { in cs_etm__get_trace() 1056 aux_buffer in cs_etm__get_trace() [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 78 struct aux_buffer { struct 1371 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer() 1393 struct aux_buffer *aux; in aux_output_end() 1427 struct aux_buffer *aux, in aux_output_begin() 1491 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index, in aux_set_alert() 1541 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range, in aux_reset_buffer() 1608 struct aux_buffer *aux; in hw_collect_aux() 1682 struct aux_buffer *aux = data; in aux_buffer_free() 1729 struct aux_buffer *aux; in aux_buffer_setup() 1748 /* Allocate aux_buffer struc in aux_buffer_setup() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cs-etm.c | 1123 * Fetch an aux_buffer from this etmq. Bail if no more in cs_etm__queue_first_cs_timestamp() 1323 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() 1341 /* If the aux_buffer doesn't have data associated, try to load it */ in cs_etm__get_trace() 1342 if (!aux_buffer->data) { in cs_etm__get_trace() 1346 aux_buffer in cs_etm__get_trace() [all...] |
Completed in 10 milliseconds