Home | History | Annotate | Download | only in tsc
      1 NAME = 'Check TSC'
      2 AUTHOR = 'Michael Davidson <md (a] google.com>'
      3 TIME = 'MEDIUM'
      4 TEST_CLASS = 'Kernel'
      5 TEST_CATEGORY = 'Functional'
      6 TEST_TYPE = 'client'
      7 DOC = """
      8 checktsc is a user space program that checks TSC synchronization
      9 between pairs of CPUs on an SMP system using a technique borrowed
     10 from the Linux 2.6.18 kernel.
     11 """
     12 
     13 job.run_test('tsc')
     14