Searched refs:trace_method (Results 1 – 4 of 4) sorted by relevance
152 def enable_tracing(trace_method): argument154 if trace_method == 'workq':159 elif trace_method == 'flip':235 def main_loop(self, trace_method): argument254 if trace_method == 'workq':259 elif trace_method == 'flip':291 trace_method = get_trace_method()292 enable_tracing(trace_method)293 start_thread(self.main_loop, [trace_method])
62 atrace::trace_method!(AtraceTag::App); in main()
108 macro_rules! trace_method { macro1151 trace_method!(AtraceTag::App); in traced_method_for_test()
24 atrace::trace_method!(AtraceTag::App);