Lines Matching refs:VirtualRuntimeTest
34 class VirtualRuntimeTest : public testing::Test { class
51 void VirtualRuntimeTest::SetUpTestCase() in SetUpTestCase()
56 void VirtualRuntimeTest::TearDownTestCase() in TearDownTestCase()
61 void VirtualRuntimeTest::SetUp() in SetUp()
67 void VirtualRuntimeTest::TearDown() in TearDown()
72 bool VirtualRuntimeTest::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack()
84 HWTEST_F(VirtualRuntimeTest, VirtualRuntimeTest, TestSize.Level1) {}
91 HWTEST_F(VirtualRuntimeTest, SetRecordMode, TestSize.Level1)
93 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
105 HWTEST_F(VirtualRuntimeTest, UpdateFromRecord, TestSize.Level1)
110 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
123 HWTEST_F(VirtualRuntimeTest, UpdateKernelSymbols, TestSize.Level1)
138 HWTEST_F(VirtualRuntimeTest, UpdateKernelModulesSymbols, TestSize.Level1)
166 HWTEST_F(VirtualRuntimeTest, SetSymbolsPaths, TestSize.Level1)
198 HWTEST_F(VirtualRuntimeTest, GetSymbolsFiles, TestSize.Level1)
214 HWTEST_F(VirtualRuntimeTest, SetCallStackExpend, TestSize.Level1)
227 HWTEST_F(VirtualRuntimeTest, SetDisableUnwind, TestSize.Level1)
244 void VirtualRuntimeTest::PrepareKernelSymbol() in PrepareKernelSymbol()
261 void VirtualRuntimeTest::PrepareUserSymbol() in PrepareUserSymbol()
282 HWTEST_F(VirtualRuntimeTest, GetSymbol, TestSize.Level1)
311 HWTEST_F(VirtualRuntimeTest, GetThread, TestSize.Level1)
330 HWTEST_F(VirtualRuntimeTest, UpdateFromPerfData, TestSize.Level1)
353 HWTEST_F(VirtualRuntimeTest, UnwindFromRecord, TestSize.Level1)