Searched refs:xenoprof_buf (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | xenoprof.h | 34 typedef struct xenoprof_buf xenoprof_buf_t; 38 struct xenoprof_buf native; 64 #define xenoprof_buf(d, b, field) ((b)->field) macro 67 #define xenoprof_buf(d, b, field) (*(!(d)->xenoprof->is_compat ? \ macro
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | xenoprof.c | 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() 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() 519 xenoprof_buf(d, buf, event_head) = head; in xenoprof_add_sample() 523 xenoprof_buf(d, buf, lost_samples)++; in xenoprof_add_sample() [all …]
|
/xen-4.10.0-shim-comet/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