Home | History | Annotate | Download | only in systrace

Lines Matching full:controller

57         """Initialize systrace controller if enabled.
81 self.controller = systrace_controller.SystraceController(
85 self.controller.Start()
98 controller = getattr(self, "controller", None)
99 if not controller:
100 logging.info("ProcessSystrace: missing systrace controller")
103 controller.Stop()
105 if not controller.has_output:
106 logging.info("ProcessSystrace: systrace controller has no output")
111 process = controller.process_name
120 if controller.SaveLastOutput(report_destination_file_path):
136 if not controller.ClearLastOutput():