Searched refs:trace_method (Results 1 – 1 of 1) sorted by relevance
148 def enable_tracing(trace_method): argument150 if trace_method == 'workq':155 elif trace_method == 'flip':231 def main_loop(self, trace_method): argument250 if trace_method == 'workq':255 elif trace_method == 'flip':287 trace_method = get_trace_method()288 enable_tracing(trace_method)289 start_thread(self.main_loop, [trace_method])