Home | History | Annotate | Download | only in btreplay

Lines Matching refs:genesis

148 static __u64 genesis = ~0;		// Earliest time seen
893 (long long unsigned)hdr.genesis,
909 if (hdr.genesis < genesis) {
911 fprintf(stderr, "Setting genesis to %llu.%llu\n",
912 du64_to_sec(hdr.genesis),
913 du64_to_nsec(hdr.genesis));
914 genesis = hdr.genesis;
924 (long long)hdr.genesis);
1265 stall(tip, bunch->hdr.time_stamp - genesis);