Lines Matching refs:xenoprof_buf
136 xenoprof_buf(d, buf, event_head) = 0; in xenoprof_reset_buf()
137 xenoprof_buf(d, buf, event_tail) = 0; in xenoprof_reset_buf()
231 bufsize = sizeof(struct xenoprof_buf); in alloc_xenoprof_struct()
275 xenoprof_buf(d, buf, event_size) = max_samples; in alloc_xenoprof_struct()
276 xenoprof_buf(d, buf, vcpu_id) = v->vcpu_id; in alloc_xenoprof_struct()
487 head = xenoprof_buf(d, buf, event_head); in xenoprof_buf_space()
488 tail = xenoprof_buf(d, buf, event_tail); in xenoprof_buf_space()
499 head = xenoprof_buf(d, buf, event_head); in xenoprof_add_sample()
500 tail = xenoprof_buf(d, buf, event_tail); in xenoprof_add_sample()
501 size = xenoprof_buf(d, buf, event_size); in xenoprof_add_sample()
512 xenoprof_buf(d, buf, event_log[head].eip) = eip; in xenoprof_add_sample()
513 xenoprof_buf(d, buf, event_log[head].mode) = mode; in xenoprof_add_sample()
514 xenoprof_buf(d, buf, event_log[head].event) = event; in xenoprof_add_sample()
519 xenoprof_buf(d, buf, event_head) = head; in xenoprof_add_sample()
523 xenoprof_buf(d, buf, lost_samples)++; in xenoprof_add_sample()
578 xenoprof_buf(d, buf, lost_samples)++; in xenoprof_log_event()
591 xenoprof_buf(d, buf, user_samples)++; in xenoprof_log_event()
593 xenoprof_buf(d, buf, kernel_samples)++; in xenoprof_log_event()
595 xenoprof_buf(d, buf, xen_samples)++; in xenoprof_log_event()