Home
last modified time | relevance | path

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

/linux-6.14.4/arch/s390/kernel/
Dperf_cpum_sf.c95 struct aux_buffer { struct
96 struct sf_buffer sfb;
97 unsigned long head; /* index of SDB of buffer head */
98 unsigned long alert_mark; /* index of SDB of alert request position */
99 unsigned long empty_mark; /* mark of SDB not marked full */
100 unsigned long *sdb_index; /* SDB address for fast lookup */
101 unsigned long *sdbt_index; /* SDBT address for fast lookup */
/linux-6.14.4/tools/perf/util/
Dcs-etm.c1430 struct auxtrace_buffer *aux_buffer = etmq->buffer; in cs_etm__get_trace() local