Searched refs:xenoprof_buf (Results 1 – 2 of 2) sorted by relevance
/xen/xen/common/ |
A D | xenoprof.c | 38 typedef struct xenoprof_buf xenoprof_buf_t; 44 struct xenoprof_buf native; 177 xenoprof_buf(d, buf, event_head) = 0; in xenoprof_reset_buf() 178 xenoprof_buf(d, buf, event_tail) = 0; in xenoprof_reset_buf() 270 bufsize = sizeof(struct xenoprof_buf); in alloc_xenoprof_struct() 535 head = xenoprof_buf(d, buf, event_head); in xenoprof_add_sample() 536 tail = xenoprof_buf(d, buf, event_tail); in xenoprof_add_sample() 555 xenoprof_buf(d, buf, event_head) = head; in xenoprof_add_sample() 559 xenoprof_buf(d, buf, lost_samples)++; in xenoprof_add_sample() 614 xenoprof_buf(d, buf, lost_samples)++; in xenoprof_log_event() [all …]
|
/xen/xen/include/public/ |
A D | xenoprof.h | 76 struct xenoprof_buf { struct 88 typedef struct xenoprof_buf xenoprof_buf_t; argument
|
Completed in 4 milliseconds