Example #1
0
 def stop_probe(self):
     logger.info("Stopping Intel PCM probe")
     utils.stop_anywhere(self.target, self.pcm_thread, hasOutput=False)
     utils.stop_anywhere(self.target,
                         self.pcmmemory_thread,
                         hasOutput=False)
     utils.stop_anywhere(self.target, self.pcmpower_thread, hasOutput=False)
Example #2
0
 def stop_probe(self):
     logger.info("Stopping Ping probe")
     utils.stop_anywhere(self.source, self.probe_thread, hasOutput=True)
Example #3
0
 def stop_probe(self):
     logger.info("Stopping Xentrace probe")
     utils.stop_anywhere(self.target, self.probe_thread, hasOutput=False)
Example #4
0
 def stop_probe(self):
     logger.info("Stopping Pidstat probe")
     utils.stop_anywhere(self.target, self.probe_thread, hasOutput=True)