Home | History | Annotate | Download | only in simpleperf

Lines Matching refs:tmpfile

35   TemporaryFile tmpfile;
37 {"-i", GetTestData(PERF_DATA_WITH_SYMBOLS), "-o", tmpfile.path}));
41 TemporaryFile tmpfile;
43 "-o", tmpfile.path, "--show-callchain"}));
47 TemporaryFile tmpfile;
50 "-o", tmpfile.path, "--protobuf"}));
52 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
59 TemporaryFile tmpfile;
62 "-o", tmpfile.path, "--protobuf"}));
63 ASSERT_TRUE(ReportSampleCmd()->Run({"--dump-protobuf-report", tmpfile.path, "-o",
72 TemporaryFile tmpfile;
75 "-o", tmpfile.path, "--protobuf"}));
77 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
84 TemporaryFile tmpfile;
87 "-o", tmpfile.path, "--protobuf"}));
89 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
96 TemporaryFile tmpfile;
99 "-o", tmpfile.path, "--protobuf"}));
101 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
108 TemporaryFile tmpfile;
111 "--show-callchain", "-o", tmpfile.path, "--protobuf"}));
113 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));