Searched refs:run_cmd (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | test.py | 215 def run_cmd(self, args, return_output=False, drop_output=True): member in TestBase 342 self.run_cmd(args) 394 self.run_cmd(["app_profiler.py", "-h"]) 401 self.run_cmd(args) 409 self.run_cmd(["report.py", "-h"]) 410 self.run_cmd(["report.py"]) 411 self.run_cmd(["report.py", "-i", "perf.data"]) 412 self.run_cmd(["report.py", "-g"]) 413 self.run_cmd(["report.py", "--self-kill-for-testing", "-g", "--gui"]) 416 self.run_cmd(["annotate.py", "-h"]) [all …]
|