Searched refs:monotonic_time (Results 1 – 7 of 7) sorted by relevance
1 NAME = 'monotonic_time'8 monotonic_time checks various time interfaces:30 job.run_test('monotonic_time', tag='gtod', test_type='gtod',33 job.run_test('monotonic_time', tag='clock', test_type='clock',36 job.run_test('monotonic_time', tag='tsc', test_type='tsc',
5 class monotonic_time(test.test): class
214 start = BPF.monotonic_time()
454 if BPF.monotonic_time() - min_age_ns < info.timestamp_ns:
47 cls.first_ts = BPF.monotonic_time()
250 if BPF.monotonic_time() - min_age_ns < info.timestamp_ns:
191 def monotonic_time(cls): member in BPF