Home
last modified time | relevance | path

Searched refs:LOST_REC_SIZE (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dtrace.c643 #define LOST_REC_SIZE (4 + 8 + 16) /* header + tsc + sizeof(struct ed) */ macro
661 LOST_REC_SIZE, &ed); in insert_lost_records()
758 if ( LOST_REC_SIZE > bytes_to_wrap ) in __trace_var()
763 total_size += LOST_REC_SIZE; in __trace_var()
764 bytes_to_wrap -= LOST_REC_SIZE; in __trace_var()
793 if ( LOST_REC_SIZE > bytes_to_wrap ) in __trace_var()
795 insert_wrap_record(buf, LOST_REC_SIZE); in __trace_var()
799 bytes_to_wrap -= LOST_REC_SIZE; in __trace_var()

Completed in 3 milliseconds