Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_fs_ops_test.cpp448 * @tc.desc: test FtraceFsOps::SetRecordTgidOption with normal case.
454 EXPECT_TRUE(FtraceFsOps::GetInstance().SetRecordTgidOption(true)); in HWTEST_F()
459 EXPECT_TRUE(FtraceFsOps::GetInstance().SetRecordTgidOption(false)); in HWTEST_F()
467 * @tc.desc: test FtraceFsOps::SetRecordTgidOption with false case.
474 EXPECT_FALSE(ftraceFsOps.SetRecordTgidOption(true)); in HWTEST_F()
475 EXPECT_FALSE(ftraceFsOps.SetRecordTgidOption(false)); in HWTEST_F()
478 EXPECT_FALSE(ftraceFsOps.SetRecordTgidOption(true)); in HWTEST_F()
479 EXPECT_FALSE(ftraceFsOps.SetRecordTgidOption(false)); in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dftrace_fs_ops.h57 MOCKABLE bool SetRecordTgidOption(bool enable);
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_fs_ops.cpp217 bool FtraceFsOps::SetRecordTgidOption(bool enable) in SetRecordTgidOption() function in FtraceFsOps
H A Dflow_controller.cpp282 FtraceFsOps::GetInstance().SetRecordTgidOption(true); in StartCapture()

Completed in 4 milliseconds