Searched refs:execute_perfetto_config_command (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/development/tools/winscope/src/adb/ |
H A D | winscope_proxy.py | 204 def execute_perfetto_config_command(self, server, shell, command, trace_name): member in TraceConfig 258 …self.execute_perfetto_config_command(server, shell, self._perfetto_config_command(), "SurfaceFling… 325 … self.execute_perfetto_config_command(server, shell, self._perfetto_config_command(), "WM") 376 …self.execute_perfetto_config_command(server, shell, ViewCaptureTraceConfig.COMMAND, "View Capture") 397 … self.execute_perfetto_config_command(server, shell, TransactionsConfig.COMMAND, "SF transactions") 419 self.execute_perfetto_config_command(server, shell, ProtoLogConfig.COMMAND, "ProtoLog") 438 self.execute_perfetto_config_command(server, shell, ImeConfig.COMMAND, "IME tracing") 457 … self.execute_perfetto_config_command(server, shell, TransitionTracesConfig.COMMAND, "Transitions") 479 self.execute_perfetto_config_command(server, shell, InputConfig.COMMAND, "Input trace") 534 …self.execute_perfetto_config_command(server, shell, self._perfetto_config_command(), "SurfaceFling…
|