Home
last modified time | relevance | path

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

/external/autotest/client/tests/monotonic_time/
Dcontrol1 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',
Dmonotonic_time.py5 class monotonic_time(test.test): class
/external/bcc/tools/
Ddbslower.py214 start = BPF.monotonic_time()
Dmemleak.py454 if BPF.monotonic_time() - min_age_ns < info.timestamp_ns:
Dtrace.py47 cls.first_ts = BPF.monotonic_time()
/external/bcc/tools/old/
Dmemleak.py250 if BPF.monotonic_time() - min_age_ns < info.timestamp_ns:
/external/bcc/src/python/bcc/
D__init__.py191 def monotonic_time(cls): member in BPF