Home | History | Annotate | Download | only in profiler_sync

Lines Matching refs:hostid

13                 hostid, masterid, all_ids):
22 @param hostid: This host's id (typically the hostname).
29 b0 = self.job.barrier(hostid, "sync_profilers", timeout_start,
31 b0.rendezvous_servers(masterid, hostid)
33 b1 = self.job.barrier(hostid, "start_profilers", timeout_start,
35 b1.rendezvous_servers(masterid, hostid)
37 b2 = self.job.barrier(hostid, "local_sync_profilers", timeout_sync)
42 b3 = self.job.barrier(hostid, "stop_profilers", timeout_stop,
44 b3.rendezvous_servers(masterid, hostid)
49 b4 = self.job.barrier(hostid, "finish_profilers", timeout_stop,
51 b4.rendezvous_servers(masterid, hostid)