Searched refs:start_offset (Results 1 – 4 of 4) sorted by relevance
| /tools/xentrace/ |
| A D | mread.c | 72 && (offset & MREAD_BUF_MASK) == h->map[h->last].start_offset ) in mread64() 82 && (offset & MREAD_BUF_MASK) == h->map[bind].start_offset ) in mread64() 117 h->map[h->clock].start_offset = offset & MREAD_BUF_MASK; in mread64() 119 MREAD_BUF_SIZE, h->map[h->clock].start_offset); in mread64() 123 h->map[h->clock].start_offset); in mread64() 138 boffset=offset - h->map[bind].start_offset; in mread64()
|
| A D | mread.h | 11 off_t start_offset; member
|
| A D | xentrace.c | 719 unsigned long start_offset, end_offset, window_size, cons, prod; in monitor_tbufs() local 744 start_offset = cons % data_size; in monitor_tbufs() 747 if ( end_offset > start_offset ) in monitor_tbufs() 750 write_buffer(i, data[i]+start_offset, in monitor_tbufs() 760 write_buffer(i, data[i] + start_offset, in monitor_tbufs() 761 data_size - start_offset, in monitor_tbufs()
|
| /tools/xenmon/ |
| A D | xenbaked.c | 497 unsigned long start_offset, end_offset, cons, prod; in monitor_tbufs() local 506 start_offset = cons % data_size; in monitor_tbufs() 509 if ( start_offset >= end_offset ) in monitor_tbufs() 511 while ( start_offset != data_size ) in monitor_tbufs() 514 i, (struct t_rec *)(data[i] + start_offset)); in monitor_tbufs() 515 start_offset += rec_size; in monitor_tbufs() 517 start_offset = 0; in monitor_tbufs() 519 while ( start_offset != end_offset ) in monitor_tbufs() 522 i, (struct t_rec *)(data[i] + start_offset)); in monitor_tbufs() 523 start_offset += rec_size; in monitor_tbufs()
|
Completed in 13 milliseconds