Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/test/unittest/
H A Dbpf_controller_test.cpp69 std::unique_ptr<BPFController> pCtx = BPFController::MakeUnique(cfg); in HWTEST_F() local
70 ASSERT_TRUE(pCtx != nullptr); in HWTEST_F()
71 std::thread threadContol([&pCtx]() { in HWTEST_F()
72 ASSERT_EQ(pCtx->Start(), 0); in HWTEST_F()
102 pCtx->Stop(); in HWTEST_F()

Completed in 1 milliseconds