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

/linux-master/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,
1391 static inline unsigned long aux_sdb_num_alert(struct aux_buffer *aux)
1396 static inline unsigned long aux_sdb_num_empty(struct aux_buffer *aux)
1404 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux,
1426 struct aux_buffer *aux;
1460 struct aux_buffer *aux,
1522 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index,
1571 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range,
1637 struct aux_buffer *au
[all...]
/linux-master/tools/perf/util/
H A Dcs-etm.c1147 * Fetch an aux_buffer from this etmq. Bail if no more
1347 struct auxtrace_buffer *aux_buffer = etmq->buffer; local
1348 struct auxtrace_buffer *old_buffer = aux_buffer;
1353 aux_buffer = auxtrace_buffer__next(queue, aux_buffer);
1356 if (!aux_buffer) {
1363 etmq->buffer = aux_buffer;
1365 /* If the aux_buffer doesn't have data associated, try to load it */
1366 if (!aux_buffer->data) {
1370 aux_buffer
[all...]

Completed in 109 milliseconds