Searched defs:aux_buffer (Results 1 – 2 of 2) sorted by relevance
94 struct aux_buffer { struct95 struct sf_buffer sfb;96 unsigned long head; /* index of SDB of buffer head */97 unsigned long alert_mark; /* index of SDB of alert request position */98 unsigned long empty_mark; /* mark of SDB not marked full */99 unsigned long *sdb_index; /* SDB address for fast lookup */100 unsigned long *sdbt_index; /* SDBT address for fast lookup */
1437 struct auxtrace_buffer *aux_buffer = etmq->buffer; in cs_etm__get_trace() local