Searched refs:SetupTsMonGlobalState (Results 1 – 12 of 12) sorted by relevance
/external/autotest/site_utils/ |
D | check_hung_proc.py | 57 with site_utils.SetupTsMonGlobalState('check_hung_proc', short_lived=True):
|
D | count_jobs.py | 40 with site_utils.SetupTsMonGlobalState('count_jobs', short_lived=True):
|
D | cleanup_tko_db.py | 73 with ts_mon_config.SetupTsMonGlobalState(service_name='cleanup_tko_db',
|
D | gmail_lib.py | 167 with site_utils.SetupTsMonGlobalState('gmail_lib', short_lived=True):
|
D | rpc_flight_recorder.py | 277 with ts_mon_config.SetupTsMonGlobalState('rpc_flight_recorder',
|
D | balance_pools.py | 618 metrics_manager = site_utils.SetupTsMonGlobalState('balance_pools',
|
D | gs_offloader.py | 1202 with ts_mon_config.SetupTsMonGlobalState(service_name, indirect=True,
|
/external/autotest/server/ |
D | site_utils.py | 641 def SetupTsMonGlobalState(*args, **kwargs): function 658 context = ts_mon_config.SetupTsMonGlobalState(*args, **kwargs)
|
D | _autoserv.py | 635 site_utils.SetupTsMonGlobalState('autoserv', indirect=False,
|
D | _autoserv | 635 site_utils.SetupTsMonGlobalState('autoserv', indirect=False,
|
/external/autotest/utils/frozen_chromite/lib/ |
D | ts_mon_config.py | 95 def SetupTsMonGlobalState(service_name, function
|
/external/autotest/tko/ |
D | parse.py | 666 site_utils.SetupTsMonGlobalState('tko_parse', indirect=False,
|