Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
Dfind_loop_instructions.py21 chost = os.getenv('CHOST', '')
22 if chost:
23 return chost + '-' + tool
104 def ChooseIsBranchForChost(chost): argument
105 if X86_ARCH_CHOST_RE.match(chost):
107 if chost.startswith('arm'):
109 raise UnknownArchitectureError(chost)
124 chost = os.getenv('CHOST', '')
125 is_branch = ChooseIsBranchForChost(chost)
/external/autotest/client/site_tests/hardware_TLBMissCost/
Dhardware_TLBMissCost.py38 chost = os.getenv('CHOST', '')
39 if chost == 'x86_64-cros-linux-gnu':