Lines Matching refs:expect
17 self.expect("trace save",
22 self.expect("target create " +
25 self.expect("trace save",
30 self.expect("b main")
31 self.expect("run")
33 self.expect("trace save",
38 self.expect("target create " +
40 self.expect("b main")
41 self.expect("r")
42 self.expect("thread trace start")
43 self.expect("n")
46 self.expect("trace save ",
51 self.expect("trace save /",
56 self.expect("trace load -v " +
61 self.expect("trace save " +
71 self.expect("target create " +
73 self.expect("b main")
74 self.expect("r")
75 self.expect("process trace start --per-cpu-tracing")
76 self.expect("b 7")
79 self.expect("trace save " + output_dir)
108 self.expect("trace load " + os.path.join(output_dir, "trace.json"))
110 self.expect("trace save " + output_copy_dir)
137 self.expect("target create " +
139 self.expect("b main")
140 self.expect("r")
141 self.expect("thread trace start")
142 self.expect("b 7")
156 self.expect("trace save " +
160 self.expect("trace load -v " +