Home
last modified time | relevance | path

Searched refs:ReportSampleCmd (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_report_sample_test.cpp26 static std::unique_ptr<Command> ReportSampleCmd() { in ReportSampleCmd() function
31 ASSERT_TRUE(ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS)})); in TEST()
37 ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS), "-o", tmpfile.path})); in TEST()
42 ASSERT_TRUE(ReportSampleCmd()->Run( in TEST()
53 ASSERT_TRUE(ReportSampleCmd()->Run(args));
55 ReportSampleCmd()->Run({"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));