• Home
  • Raw
  • Download

Lines Matching refs:encodedProfile

400                                android::perfprofd::PerfprofdRecord& encodedProfile)  in readEncodedProfile()  argument
464 encodedProfile.ParseFromString(encoded); in readEncodedProfile()
871 void VerifyBasicCannedProfile(const android::perfprofd::PerfprofdRecord& encodedProfile) { in VerifyBasicCannedProfile()
872 const quipper::PerfDataProto& perf_data = encodedProfile; in VerifyBasicCannedProfile()
1016 android::perfprofd::PerfprofdRecord encodedProfile; in TEST_F() local
1017 readEncodedProfile(dest_dir, false, encodedProfile); in TEST_F()
1019 VerifyBasicCannedProfile(encodedProfile); in TEST_F()
1051 android::perfprofd::PerfprofdRecord encodedProfile; in TEST_F() local
1052 readEncodedProfile(dest_dir, true, encodedProfile); in TEST_F()
1054 VerifyBasicCannedProfile(encodedProfile); in TEST_F()
1109 android::perfprofd::PerfprofdRecord encodedProfile; in Run() local
1110 readEncodedProfile(dest_dir, false, encodedProfile); in Run()
1112 VerifyBasicCannedProfile(encodedProfile); in Run()
1115 const size_t size = encodedProfile.ExtensionSize(quipper::symbol_info); in Run()
1117 auto& symbol_info = encodedProfile.GetExtension(quipper::symbol_info, i); in Run()
1126 const size_t size = encodedProfile.ExtensionSize(quipper::symbol_info); in Run()
1128 auto& symbol_info = encodedProfile.GetExtension(quipper::symbol_info, i); in Run()
1166 if (encodedProfile.ExtensionSize(quipper::symbol_info) != expected_count) { in Run()
1170 << encodedProfile.ExtensionSize(quipper::symbol_info)); in Run()
1217 android::perfprofd::PerfprofdRecord encodedProfile; in TEST_F() local
1218 readEncodedProfile(dest_dir, false, encodedProfile); in TEST_F()
1220 const quipper::PerfDataProto& perf_data = encodedProfile; in TEST_F()
1328 android::perfprofd::PerfprofdRecord encodedProfile; in TEST_F() local
1329 readEncodedProfile(dest_dir, false, encodedProfile); in TEST_F()
1333 EXPECT_LT(0, encodedProfile.events_size()); in TEST_F()
1403 android::perfprofd::PerfprofdRecord encodedProfile; in SetupAndInvoke() local
1404 readEncodedProfile(dest_dir, false, encodedProfile); in SetupAndInvoke()
1408 if (0 == encodedProfile.events_size()) { in SetupAndInvoke()
1542 android::perfprofd::PerfprofdRecord encodedProfile; in TEST_F() local
1543 readEncodedProfile(dest_dir, false, encodedProfile); in TEST_F()
1547 EXPECT_LT(0, encodedProfile.events_size()); in TEST_F()
1618 android::perfprofd::PerfprofdRecord encodedProfile; in TEST_F() local
1619 readEncodedProfile(dest_dir, false, encodedProfile); in TEST_F()
1623 EXPECT_LT(0, encodedProfile.events_size()); in TEST_F()
1642 SampleEventIterator samples(encodedProfile); in TEST_F()
1647 EXPECT_TRUE(found_callchain) << CreateStats(encodedProfile); in TEST_F()